Bump golang from 1.24.4 to 1.24.5 in /dockerfiles/crane

Bumps golang from 1.24.4 to 1.24.5.

---
updated-dependencies:
- dependency-name: golang
  dependency-version: 1.24.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-09 01:47:43 +00:00
committed by GitHub
parent 0eaee78d45
commit 8939704ae9

View File

@@ -4,7 +4,7 @@
FROM gcr.io/go-containerregistry/crane as crane
FROM mikefarah/yq:4.45.4 AS yq
FROM golang:1.24.4
FROM golang:1.24.5
COPY --from=yq /usr/bin/yq /usr/local/bin
COPY --from=crane /ko-app/crane /usr/local/bin
ENTRYPOINT ["bash"]