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 ( 16c623a → 2e00578 )
  • Loading branch information
mr-borboto[bot] committed Oct 16, 2024
1 parent bec2aaa commit 05d7376
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:16c623ad4c8b5f2e45e51ba0d26229306be00bffe51826c3d9acde94188086f1 AS workspace
FROM mcr.microsoft.com/devcontainers/go:1.23-bookworm@sha256:2e00578e7c526e76ebd51597260928d8542d27c17ffe6390d79200638c51a3e6 AS workspace

# Install additional tools
COPY --from=kubectl /opt/bitnami/kubectl/bin/kubectl /usr/local/bin/kubectl
Expand Down

0 comments on commit 05d7376

Please sign in to comment.