Skip to content

Commit

Permalink
fix(): [Snyk] Security upgrade node from 16.14.0-alpine3.15 to 20.15-…
Browse files Browse the repository at this point in the history
…bookworm-slim
  • Loading branch information
narmidm authored Jul 2, 2024
2 parents db0a4ee + 0718bc9 commit a1fdf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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.15-bookworm-slim as builder
WORKDIR /build
COPY . ./
COPY ./images/ ./static/images
Expand Down

0 comments on commit a1fdf40

Please sign in to comment.