mirror of
https://github.com/weaveworks/scope.git
synced 2026-05-24 18:13:17 +00:00
Update babel, jest, webpack bits
This should fix the handlebars and serialize-javascript security alerts on GH at least. It also updates the node requirement (I think through the jest update this was necessary) - somebody should check if we can actually make the jump.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Changes to this file will not take effect in CI
|
||||
# until the image version in the CI config is updated. See
|
||||
# https://github.com/weaveworks/scope/blob/master/.circleci/config.yml#L11
|
||||
FROM node:8.12
|
||||
FROM node:10.19
|
||||
ENV NPM_CONFIG_LOGLEVEL=warn
|
||||
ENV NPM_CONFIG_PROGRESS=false
|
||||
ENV XDG_CACHE_HOME=/home/weave/scope/.cache
|
||||
|
||||
Reference in New Issue
Block a user