Skip to content

Commit

Permalink
fix: binary/builder/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 13, 2024
1 parent f268421 commit 093ead0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary/builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BUILDER_IMAGE=fission/builder:latest
FROM ${BUILDER_IMAGE}

FROM alpine:3.20
FROM alpine:3.21.0

COPY --from=0 /builder /builder

Expand Down

0 comments on commit 093ead0

Please sign in to comment.