Skip to content

Commit

Permalink
Bump Node version
Browse files Browse the repository at this point in the history
  • Loading branch information
c-mckenna committed Jan 6, 2023
1 parent a853aa7 commit 7770718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12 as build-stage
FROM node:14 as build-stage
ENV APPDIR=/home/node
WORKDIR $APPDIR

Expand Down
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:12-alpine as builder
FROM node:14-alpine as builder
USER node

ENV CATALOGUE_DIR=/home/node/product-catalogue
Expand Down

0 comments on commit 7770718

Please sign in to comment.