Skip to content

Commit

Permalink
chore(deps): update docker.io/bitnami/kubectl docker tag to v1.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 16, 2025
1 parent 8711105 commit 35ace10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update --fix-missing && \
git \
python3-pip

COPY --from=docker.io/bitnami/kubectl:1.32.0 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
COPY --from=docker.io/bitnami/kubectl:1.32.1 /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
COPY --from=registry.k8s.io/kustomize/kustomize:v5.6.0 /app/kustomize /usr/local/bin/kustomize
COPY --from=docker.io/alpine/helm:3.16.4 /usr/bin/helm /usr/local/bin/helm
COPY --from=ghcr.io/fluxcd/flux-cli:v2.4.0 /usr/local/bin/flux /usr/local/bin/flux
Expand Down

0 comments on commit 35ace10

Please sign in to comment.