From ae5650bd0104185b2c4b00781b713eea67cd0bae Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 23 Jul 2025 05:41:32 +0000 Subject: [PATCH] fix: ee/query-service/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410 - https://snyk.io/vuln/SNYK-ALPINE316-BUSYBOX-6913410 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-6069876 - https://snyk.io/vuln/SNYK-ALPINE316-OPENSSL-6069876 - https://snyk.io/vuln/SNYK-ALPINE316-MUSL-8720632 --- 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 258b0869f70..b53a620c4a7 100644 --- a/ee/query-service/Dockerfile +++ b/ee/query-service/Dockerfile @@ -22,7 +22,7 @@ RUN cd ee/query-service \ # use a minimal alpine image -FROM alpine:3.16.7 +FROM alpine:3.22.1 # Add Maintainer Info LABEL maintainer="signoz"