From c0f8472b77f63f371a51c8dd635ab9abc2cd452c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 13 Jan 2026 11:28:23 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 51763fd..0c263d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,6 +2,6 @@ from mcluseau/golang-builder:1.13.3 as build # ------------------------------------------------------------------------ -from alpine:3.10 +from alpine:3.23.2 entrypoint ["sync2kafka"] copy --from=build /go/bin/* /bin/