Skip to content

Commit

Permalink
fix: ee/query-service/Dockerfile to reduce vulnerabilities (#3805)
Browse files Browse the repository at this point in the history
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
  • Loading branch information
3 people authored Oct 26, 2023
1 parent ed4ba1a commit b34eafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/query-service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# use a minimal alpine image
FROM alpine:3.17
FROM alpine:3.18.3

# Add Maintainer Info
LABEL maintainer="signoz"
Expand Down

0 comments on commit b34eafc

Please sign in to comment.