Skip to content

Commit

Permalink
chore(deps): update docker.io/alpine/helm docker tag to v3.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent f052ead commit 357ae00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY setup.cfg .
RUN pip install -e .

COPY --from=ghcr.io/fluxcd/flux-cli:v2.3.0 /usr/local/bin/flux /usr/local/bin/flux
COPY --from=docker.io/alpine/helm:3.15.2 /usr/bin/helm /usr/local/bin/helm
COPY --from=docker.io/alpine/helm:3.10.1 /usr/bin/helm /usr/local/bin/helm
COPY --from=docker.io/bitnami/kubectl:1.30.2 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
COPY --from=registry.k8s.io/kustomize/kustomize:v5.4.2 /app/kustomize /usr/local/bin/kustomize
COPY --from=ghcr.io/kyverno/kyverno-cli:v1.12.4 /ko-app/kubectl-kyverno /usr/local/bin/kyverno
Expand Down

0 comments on commit 357ae00

Please sign in to comment.