From 95389c163de9f8fdef133b9b0275d76d8e095c24 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 13 Jul 2025 10:09:23 +0000 Subject: [PATCH] fix: ee/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 --- ee/query-service/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/query-service/Dockerfile b/ee/query-service/Dockerfile index 5c8f2f6f35df..df40fabd1637 100644 --- a/ee/query-service/Dockerfile +++ b/ee/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"