From 5b42338ae2057399037985e0ab2da0ddf8f2a463 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Jul 2025 10:26:38 +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..3c729979fb5 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.1 # Add Maintainer Info LABEL maintainer="signoz"