Skip to content

Commit

Permalink
fix: app.Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Jul 3, 2024
1 parent 55ec312 commit 949c931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghost:2.37.2 as ghost

FROM node:bullseye-slim as node
FROM node:22.3-bullseye-slim as node

# Copy manifest files
COPY --from=ghost /var/lib/ghost /var/lib/ghost
Expand Down

0 comments on commit 949c931

Please sign in to comment.