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

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
This commit is contained in:
Yunus M 2023-10-27 00:09:19 +05:30 committed by GitHub
parent ed4ba1aa24
commit b34eafcab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# use a minimal alpine image
FROM alpine:3.17
FROM alpine:3.18.3
# Add Maintainer Info
LABEL maintainer="signoz"