Skip to content

Commit 5872bdb

Browse files
author
Eric Herbrandson
committed
Update npm and node dependencies
1 parent 9ee364b commit 5872bdb

File tree

5 files changed

+6764
-11319
lines changed

5 files changed

+6764
-11319
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1 - the build react app
2-
FROM node:11.10.0-alpine as build-deps
2+
FROM node:12.4.0-alpine as build-deps
33
WORKDIR /usr/src/app
44
COPY client/package.json client/package-lock.json ./
55
RUN npm i
@@ -8,7 +8,7 @@ COPY client/ ./
88
RUN npm run build
99

1010
# Stage 2 - the production environment
11-
FROM node:11.10.0-alpine
11+
FROM node:12.4.0-alpine
1212

1313
RUN apk add --no-cache tini
1414
ENV NODE_ENV production

0 commit comments

Comments
 (0)