fix: ee/query-service/Dockerfile to reduce vulnerabilities (#3488)

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:39:28 +05:30 committed by GitHub
parent 294b6966bf
commit c54fffb51d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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