Skip to content

Commit

Permalink
Merge pull request #12 from ronaldosc/snyk-fix-5fb1dbb5a4404e5748b777…
Browse files Browse the repository at this point in the history
…929779dd9f

[Snyk] Security upgrade node from 20.11-alpine3.19 to 20.12.2-alpine3.19
ronaldosc authored May 8, 2024
2 parents ed3bf25 + e75931c commit 8e5a067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.11-alpine3.19
FROM node:20.12.2-alpine3.19
WORKDIR /node-app
COPY ./server .
COPY ./client/dist /node-app/dist/public

0 comments on commit 8e5a067

Please sign in to comment.