From 236500d71402c3595f09c1a669b1a6e8c8d964c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 21:52:56 +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..82ab71e086d 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.21.3 # Add Maintainer Info LABEL maintainer="signoz"