Skip to content

Commit

Permalink
fix: cmd/signozcollector/Dockerfile to reduce vulnerabilities (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankitnayan and snyk-bot authored Dec 3, 2023
1 parent ed70641 commit 4b6bd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/signozcollector/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# use a minimal alpine image
FROM alpine:3.18.3
FROM alpine:3.18.5

# add ca-certificates in case you need them
RUN apk update && apk add ca-certificates && rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 4b6bd18

Please sign in to comment.