From b204649c18ebe3b2315f2d2a8cbe1445e86659c2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jul 2024 02:57:29 +0000 Subject: [PATCH] fix: rust/pact_verifier_cli/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7413525 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7413525 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7413536 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7413536 --- rust/pact_verifier_cli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/pact_verifier_cli/Dockerfile b/rust/pact_verifier_cli/Dockerfile index 697fae937..4f9283cb3 100644 --- a/rust/pact_verifier_cli/Dockerfile +++ b/rust/pact_verifier_cli/Dockerfile @@ -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 \