Skip to content

Commit

Permalink
#150: Upgraded node version
Browse files Browse the repository at this point in the history
  • Loading branch information
tholulomo committed Apr 11, 2022
1 parent 345e310 commit 7837f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine as builder
FROM node:16.14-alpine as builder
WORKDIR '/app'
COPY ./package.json .
RUN npm install
Expand Down
2 changes: 1 addition & 1 deletion app/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.13.1-alpine
FROM node:16.14-alpine
WORKDIR "/app"
COPY ./package.json .
RUN npm install -g npm@8.5.5
Expand Down

0 comments on commit 7837f28

Please sign in to comment.