From 9fca646957800bc410d08015b09b09dafc8e63cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Feb 2026 11:53:10 +0000 Subject: [PATCH] fix: services/upload/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 --- services/upload/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/upload/Dockerfile b/services/upload/Dockerfile index 9cb9d4f..f6628d2 100644 --- a/services/upload/Dockerfile +++ b/services/upload/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.6-alpine +FROM golang:1.26rc2-alpine RUN adduser -D nonroot USER nonroot WORKDIR /home/nonroot/route