Skip to content

Commit

Permalink
Merge pull request #1435 from Spiteless/ts.vite-update-ghaction
Browse files Browse the repository at this point in the history
fix: Change to alpine:3.14 in Dockerfile.prod
  • Loading branch information
trillium authored Jul 16, 2023
2 parents cb810b8 + 03742eb commit 4123952
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 4123952

Please sign in to comment.