From 2fc7a4b5f4d81bfba4b632eee8f00cafffe40a5b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 14 Nov 2024 06:34:04 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089232 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089232 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089235 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089235 - https://snyk.io/vuln/SNYK-ALPINE39-OPENSSL-1089233 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30cdcff..5552f47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,6 @@ from mcluseau/golang-builder:1.12.5 as build # ------------------------------------------------------------------------ -from alpine:3.9 +from alpine:3.20.3 entrypoint ["/bin/sql2sync"] copy --from=build /go/bin/ /bin/