Skip to content

Commit

Permalink
fix: prod.dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jun 27, 2024
1 parent db0a4ee commit 23fbf74
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 23fbf74

Please sign in to comment.