From 19864f7cfb331309178b5142e1c11c6921f65d1d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 Oct 2025 08:10:51 +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..72ba9617b26 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.2 # Add Maintainer Info LABEL maintainer="signoz"