From b80ca33c151b7ff172f48782d3e593d5cef162b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Oct 2025 08:27:10 +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..435ba5072f6 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.18.12 # Add Maintainer Info LABEL maintainer="signoz"