fix: pkg/query-service/Dockerfile to reduce vulnerabilities (#3492)

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286
- https://snyk.io/vuln/SNYK-ALPINE37-MUSL-458286

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
This commit is contained in:
Ankit Nayan 2023-09-06 16:38:52 +05:30 committed by GitHub
parent 9aa72f847c
commit 294b6966bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ RUN cd pkg/query-service \
# use a minimal alpine image
FROM alpine:3.7
FROM alpine:3.16.7
# Add Maintainer Info
LABEL maintainer="signoz"