From 0befc20f67b2533c29c52c103a32a3168bd189b5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Jan 2026 10:29:08 +0000 Subject: [PATCH] fix: example/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-MUSL-8720640 - https://snyk.io/vuln/SNYK-ALPINE319-MUSL-8720640 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6913413 --- example/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Dockerfile b/example/Dockerfile index 6d46b22..ad263d0 100644 --- a/example/Dockerfile +++ b/example/Dockerfile @@ -9,7 +9,7 @@ ADD . . RUN go get $(go list ./... | grep -v /vendor/) RUN buffalo build --static -o /bin/app -FROM alpine:3.19.1 +FROM alpine:3.23.2 RUN apk add --no-cache bash RUN apk add --no-cache ca-certificates