From 3d9666d391704adfc57772c39eeb6ee21150954a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 4 Oct 2025 10:14:10 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1534688 - https://snyk.io/vuln/SNYK-ALPINE310-OPENSSL-1089243 - https://snyk.io/vuln/SNYK-ALPINE310-OPENSSL-1089243 - https://snyk.io/vuln/SNYK-ALPINE310-APKTOOLS-1246341 - https://snyk.io/vuln/SNYK-ALPINE310-BUSYBOX-1090151 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6b15c3714..7007c90d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ RUN cd ${TARGET_DIR}/access/frontend && go build -ldflags='-s -w' -FROM alpine:3.10.3 +FROM alpine:3.18.12 RUN apk add --no-cache ca-certificates tzdata && ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime ENV TARGET_DIR /go/src/github.com/PluralityNET/PluralityServer