Skip to content

Commit

Permalink
fix(): [Snyk] Security upgrade node from 16.14.0-alpine3.15 to 20.14-…
Browse files Browse the repository at this point in the history
…bookworm-slim
  • Loading branch information
narmidm authored Jul 2, 2024
2 parents 87c87b6 + 23fbf74 commit 8bfeac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prod.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.14.0-alpine3.15 as builder
FROM node:20.14-bookworm-slim as builder
WORKDIR /build
COPY package.json ./
COPY package-lock.json ./
Expand Down

0 comments on commit 8bfeac5

Please sign in to comment.