Bump golang from 1.24.0 to 1.24.1 in /dockerfiles/gh-cli

Bumps golang from 1.24.0 to 1.24.1.

---
updated-dependencies:
- dependency-name: golang
  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-03-05 01:24:59 +00:00
committed by GitHub
parent 75134f939b
commit 23541830ef

View File

@@ -11,5 +11,5 @@ RUN curl \
https://github.com/cli/cli/releases/download/v2.40.0/gh_2.40.0_linux_amd64.tar.gz \
&& tar -C /tmp --strip-components=1 -xzvf /tmp/gh.tar.gz
FROM golang:1.24.0
FROM golang:1.24.1
COPY --from=builder /tmp/bin/gh /usr/local/bin/gh