chore(deps): update node.js to v14.18.0 (#43603)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-09-28 20:01:22 -07:00
committed by GitHub
parent 02417bec07
commit 207a4888c0
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM node:14.17.6-buster AS builder
FROM node:14.18.0-buster AS builder
# this is a bit clunky, perhaps there's a more concise way of passing in build
# arguments
@@ -28,7 +28,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.6-alpine
FROM node:14.18.0-alpine
RUN npm i -g serve
USER node
WORKDIR /home/node