chore(deps): update node.js to v14.17.2 (#42778)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/42780/head
renovate[bot] 2021-07-07 11:49:15 +05:30 committed by GitHub
parent 7906dcad5a
commit f70696ced8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM node:14.17.1-buster AS builder
FROM node:14.17.2-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.1-alpine
FROM node:14.17.2-alpine
RUN npm i -g serve
USER node
WORKDIR /home/node

View File

@ -1,4 +1,4 @@
FROM node:14.17.1-alpine as builder
FROM node:14.17.2-alpine as builder
USER node
WORKDIR /home/node/build
COPY --chown=node:node . .
@ -7,7 +7,7 @@ RUN npm ci
RUN npm run build:curriculum
RUN npm run build:server
FROM node:14.17.1-alpine
FROM node:14.17.2-alpine
USER node
WORKDIR /home/node/api
# get and install deps