From d5355623da30c97454710ad96af212cbed6c6e67 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Jan 2026 11:15:12 +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..166dd54 100644 --- a/services/upload/Dockerfile +++ b/services/upload/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.6-alpine +FROM golang:1.26rc1-alpine RUN adduser -D nonroot USER nonroot WORKDIR /home/nonroot/route