From 00c78fe37d1c5a7911682a1362a499782ac8179d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Oct 2025 10:23:26 +0000 Subject: [PATCH] fix: example/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6913413 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6928845 - https://snyk.io/vuln/SNYK-ALPINE319-BUSYBOX-6928846 --- example/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/Dockerfile b/example/Dockerfile index 6d46b22..5c6ab07 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.22.2 RUN apk add --no-cache bash RUN apk add --no-cache ca-certificates