Skip to content

Commit

Permalink
fix: integrations/argocd/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Dec 2, 2023
1 parent 791983c commit 694c39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/argocd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Dockerfile with a script to use terrascan's validating webhook
# configured in the kubernetes cluster, to scan a repo for violations
FROM alpine:3.14.6
FROM alpine:3.18.5

#curl to send request to terrascan validating webhook
RUN apk add --no-cache curl
Expand Down

0 comments on commit 694c39f

Please sign in to comment.