Skip to content

Commit

Permalink
fix: e2e/Dockerfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Sep 8, 2024
1 parent 9e5d797 commit c6fbaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN wget -q https://storage.googleapis.com/kubernetes-release/release/${KUBECTL_
wget -q https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz -O - | tar -xzO linux-amd64/helm > /usr/local/bin/helm && \
chmod +x /usr/local/bin/helm

FROM alpine:3.15.0
FROM alpine:3.19.4
RUN apk add -U --no-cache \
ca-certificates \
bash \
Expand Down

0 comments on commit c6fbaf7

Please sign in to comment.