From 667407ddf3d6e0d68277d7b04b3c25531859284f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 22 Jun 2024 05:18:40 +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 0bba4d5..c6c40aa 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.17 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