From 5816af1c2b9f8cc2cc4cca551d07da8ce52196f9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Feb 2026 15:24:31 +0000 Subject: [PATCH] fix: services/logging/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-MUSL-8720641 - https://snyk.io/vuln/SNYK-ALPINE318-MUSL-8720641 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7895535 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7895535 --- services/logging/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/logging/Dockerfile b/services/logging/Dockerfile index 431a87f..aa55675 100644 --- a/services/logging/Dockerfile +++ b/services/logging/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.19-alpine +FROM golang:1.26rc3-alpine RUN adduser -D nonroot USER nonroot WORKDIR /usr/logger