From 1f1e0df7aa6e6df34b8e44bb513e5d21e7c01ccc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Jul 2025 07:14:52 +0000 Subject: [PATCH] fix: pkg/query-service/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-MUSL-8720638 - https://snyk.io/vuln/SNYK-ALPINE320-MUSL-8720638 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8235201 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8690013 - https://snyk.io/vuln/SNYK-ALPINE320-OPENSSL-8710359 --- pkg/query-service/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/query-service/Dockerfile b/pkg/query-service/Dockerfile index a870ecceefd2..cc4390f2f160 100644 --- a/pkg/query-service/Dockerfile +++ b/pkg/query-service/Dockerfile @@ -1,5 +1,5 @@ # use a minimal alpine image -FROM alpine:3.20.3 +FROM alpine:3.21.3 # Add Maintainer Info LABEL maintainer="signoz"