From f9865ce760b4a6a662e2861a8aaaff43acbf2e3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Oct 2024 02:19:13 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314624 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314624 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314641 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3314643 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-3368756 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0bba4d52..978e99fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ CMD go test -test.v ./... FROM test as debug CMD dlv -l :40000 --headless=true --api-version=2 test -test.v ./... -FROM alpine:3.16.2 as runtime +FROM alpine:3.18.9 as runtime COPY --from=build /bin/nsmgr /bin/nsmgr COPY --from=build /bin/dlv /bin/dlv COPY --from=build /bin/grpc-health-probe /bin/grpc-health-probe