Skip to content

Commit

Permalink
fix: rust/pact_verifier_cli/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 a7303e6 commit bce34a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/pact_verifier_cli/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN gunzip pact_verifier_cli.gz
RUN chmod +x pact_verifier_cli

# Now, we need to build our _real_ Docker container, copying in the executable.
FROM alpine:3.18
FROM alpine:3.21.0
RUN apk --no-cache add ca-certificates
COPY --from=builder \
/pact_verifier_cli \
Expand Down

0 comments on commit bce34a1

Please sign in to comment.