chore(deps): update node.js to v14.17.4
This commit is contained in:
committed by
renovate[bot]
parent
e7b4b5b2fd
commit
c7b27a53e7
@@ -1,4 +1,4 @@
|
||||
FROM node:14.17.3-buster AS builder
|
||||
FROM node:14.17.4-buster AS builder
|
||||
|
||||
# this is a bit clunky, perhaps there's a more concise way of passing in build
|
||||
# arguments
|
||||
@@ -27,7 +27,7 @@ RUN npm run build:client
|
||||
WORKDIR /home/node/config
|
||||
RUN git clone https://github.com/freeCodeCamp/client-config.git client
|
||||
|
||||
FROM node:14.17.3-alpine
|
||||
FROM node:14.17.4-alpine
|
||||
RUN npm i -g serve
|
||||
USER node
|
||||
WORKDIR /home/node
|
||||
|
Reference in New Issue
Block a user