From 28167ecbdbe3b8404544c751d3e7f0c8d1c146f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 13 Feb 2025 01:58:49 +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 a911294ec..cdcc06936 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,7 +32,7 @@ RUN make build && \ mv zero /usr/local/bin && \ upx --lzma /usr/local/bin/zero -FROM alpine:3.10 +FROM alpine:3.19.6 ENV \ PROTOBUF_VERSION=3.6.1-r1 \ GOPATH=/proto-libs