From aad12ce96644912549dad3621327a8e93505ab3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Oct 2025 13:52:25 +0000 Subject: [PATCH] fix: pkg/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 --- 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 e616ad5d120..346b5c14f3b 100644 --- a/pkg/query-service/Dockerfile +++ b/pkg/query-service/Dockerfile @@ -27,7 +27,7 @@ RUN cd pkg/query-service \ # use a minimal alpine image -FROM alpine:3.16.7 +FROM alpine:3.22.2 # Add Maintainer Info LABEL maintainer="signoz"