Skip to content

Commit

Permalink
fix: Change to alpine:3.14 in Dockerfile.prod
Browse files Browse the repository at this point in the history
  • Loading branch information
trillium committed Jul 16, 2023
1 parent 2fef347 commit 03742eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine AS node-modules-install
FROM alpine:3.14 AS node-modules-install
RUN mkdir /srv/client && chown node:node /srv/client
WORKDIR /srv/client
USER node
Expand Down

0 comments on commit 03742eb

Please sign in to comment.