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 ( a340323 → 089dc0f )
  • Loading branch information
mr-borboto[bot] committed Sep 18, 2024
1 parent 04e131a commit c0e2621
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:a3403234ec01e5383f63414aabfd3e2703a4c1e44b260354495c6f1e8cdc7594 AS workspace
FROM mcr.microsoft.com/devcontainers/go:1.23-bookworm@sha256:089dc0f3ae6e3a07b0896c28c0bde042fbb1e31fe87908ca55f32e37f56ff0c6 AS workspace

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

0 comments on commit c0e2621

Please sign in to comment.