From 3ce385ef237c2535a799fcb369bb54ac3bc659ed Mon Sep 17 00:00:00 2001 From: Ankit Nayan Date: Sat, 10 Feb 2024 15:48:22 +0530 Subject: [PATCH] fix: ee/query-service/Dockerfile to reduce vulnerabilities (#4443) 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-6160000 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6160000 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6191692 Co-authored-by: snyk-bot Co-authored-by: Srikanth Chekuri --- 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 769f18756f..55ed33aa60 100644 --- a/ee/query-service/Dockerfile +++ b/ee/query-service/Dockerfile @@ -1,5 +1,5 @@ # use a minimal alpine image -FROM alpine:3.18.5 +FROM alpine:3.18.6 # Add Maintainer Info LABEL maintainer="signoz"