File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ ARG ARCH=amd64
1919# https://github.com/opencontainers/image-spec/blob/main/descriptor.md#digests
2020# https://cloud.google.com/architecture/using-container-images
2121# https://github.com/google/go-containerregistry/blob/main/cmd/crane/README.md
22- # ➜ ~ crane digest golang:1.22.11 -alpine3.21
23- # sha256:161858498a61ce093c8e2bd704299bfb23e5bff79aef99b6c40bb9c6a43acf0f
24- FROM golang@sha256:161858498a61ce093c8e2bd704299bfb23e5bff79aef99b6c40bb9c6a43acf0f AS build-container
22+ # ➜ ~ crane digest golang:1.23.12 -alpine3.21
23+ # sha256:4bb4be21ac98da06bc26437ee870c4973f8039f13e9a1a36971b4517632b0fc6
24+ FROM golang@sha256:4bb4be21ac98da06bc26437ee870c4973f8039f13e9a1a36971b4517632b0fc6 AS build-container
2525
2626ARG ARCH
2727
You can’t perform that action at this time.
0 commit comments