Skip to content

Commit

Permalink
chore(container): update mcr.microsoft.com/devcontainers/go:1.23-book…
Browse files Browse the repository at this point in the history
…worm docker digest ( 089dc0f → fa6dbb5 )
  • Loading branch information
mr-borboto[bot] authored Sep 25, 2024
1 parent 0a1de07 commit 63ff64e
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 @@ -23,7 +23,7 @@ FROM goreleaser/goreleaser:${GORELEASER_VERSION} AS goreleaser
## ================================================================================================
## Main image
## ================================================================================================
FROM mcr.microsoft.com/devcontainers/go:1.23-bookworm@sha256:089dc0f3ae6e3a07b0896c28c0bde042fbb1e31fe87908ca55f32e37f56ff0c6 AS workspace
FROM mcr.microsoft.com/devcontainers/go:1.23-bookworm@sha256:fa6dbb5211db86bb157446489f011d4b0eac642515e66726e52e87bd27634c6e AS workspace

COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
RUN kubectl completion bash | sudo tee /etc/bash_completion.d/kubectl.bash > /dev/null
Expand Down

0 comments on commit 63ff64e

Please sign in to comment.