From bed5693ed90d2cd929921492e2bae02019749ef6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Jan 2026 08:54:45 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-BUSYBOX-14102399 - https://snyk.io/vuln/SNYK-ALPINE321-BUSYBOX-14102399 - https://snyk.io/vuln/SNYK-ALPINE321-BUSYBOX-14102399 - https://snyk.io/vuln/SNYK-ALPINE321-BUSYBOX-14102401 - https://snyk.io/vuln/SNYK-ALPINE321-BUSYBOX-14102401 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9367647..7074f47 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN mkdir requirements \ RUN cp website requirements/ -FROM alpine:3.21 +FROM alpine:3.23.2 RUN apk add curl bash ca-certificates WORKDIR /opt/app/ COPY --from=builder go/src/github.com/gin-html-website/requirements/ /opt/app/