From b7e03b8d8b2158b5a77734805465e4bce6f76655 Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 20:25:55 +0000 Subject: [PATCH] fix: pkg/query-service/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6152404 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6191692 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6191692 - https://snyk.io/vuln/SNYK-ALPINE318-BUSYBOX-6913411 --- 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 61fa02d698..625047d4e5 100644 --- a/pkg/query-service/Dockerfile +++ b/pkg/query-service/Dockerfile @@ -1,5 +1,5 @@ # use a minimal alpine image -FROM alpine:3.18.5 +FROM alpine:3.21.1 # Add Maintainer Info LABEL maintainer="signoz"