From d5caf29ed1e476a959ec38a97ac9dd1e90a6190f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 11 Nov 2025 08:23:24 +0000 Subject: [PATCH] fix: services/gateway/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7895535 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7895535 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6191692 --- services/gateway/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/gateway/Dockerfile b/services/gateway/Dockerfile index 0b1d521..9c62409 100644 --- a/services/gateway/Dockerfile +++ b/services/gateway/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19-alpine +FROM golang:1.25.4-alpine RUN adduser -D nonroot USER nonroot WORKDIR /usr/gateway