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 Jul 1, 2024
1 parent efc54d2 commit b204649
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
RUN apk --no-cache add ca-certificates
COPY --from=builder \
/pact_verifier_cli \
Expand Down

0 comments on commit b204649

Please sign in to comment.