build: update node to v14.15.3 (#4007)

This commit is contained in:
Stefan Benten 2020-12-20 17:20:19 +01:00 committed by GitHub
parent 7eab859030
commit 866ce478bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -136,7 +136,7 @@ storagenode-console:
-w /go/src/storj.io/storj/web/storagenode \
-e HOME=/tmp \
-u $(shell id -u):$(shell id -g) \
node:10.15.1 \
node:14.15.3 \
/bin/bash -c "npm ci && npm run build"
# embed web assets into go
go-bindata -prefix web/storagenode/ -fs -o storagenode/console/consoleassets/bindata.resource.go -pkg consoleassets web/storagenode/dist/... web/storagenode/static/...

View File

@ -1,6 +1,6 @@
ARG DOCKER_ARCH
# Satellite UI static asset generation
FROM node:10.15.1 as ui
FROM node:14.15.3 as ui
WORKDIR /app
COPY web/satellite/ /app
COPY web/marketing/ /app/marketing

View File

@ -1,4 +1,4 @@
FROM node:10.15.1 as satellite-ui
FROM node:14.15.3 as satellite-ui
WORKDIR /app
COPY web/satellite/ /app