Skip to content

Commit

Permalink
Merge pull request #14 from ronaldosc/snyk-fix-45072c6c68ca2004964385…
Browse files Browse the repository at this point in the history
…d58bc8af49

[Snyk] Security upgrade node from 20.12.2-alpine3.19 to 20.15.1-alpine3.19
  • Loading branch information
ronaldosc authored Aug 7, 2024
2 parents 9f697c6 + 152b257 commit 7be0283
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.12.2-alpine3.19
FROM node:20.15.1-alpine3.19
WORKDIR /node-app
COPY ./server .
COPY ./client/dist /node-app/dist/public
Expand Down

0 comments on commit 7be0283

Please sign in to comment.