Skip to content

Commit

Permalink
fix(dockerfile): change the Docker final image version
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoeurderoy committed Apr 29, 2022
1 parent 5805dd8 commit 62945e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN npm run build
# ---------------
# Multistage docker. This will be the final image
# ---------------
FROM node:lts-alpine
FROM node:fermium-alpine

WORKDIR /usr/src/app

Expand Down

0 comments on commit 62945e3

Please sign in to comment.