Merge pull request #2369 from vmware-tanzu/dependabot/docker/dockerfiles/gh-cli/ci/golang-1.24.3

Bump golang from 1.24.2 to 1.24.3 in /dockerfiles/gh-cli
This commit is contained in:
Ryan Richard
2025-05-12 11:24:20 -07:00
committed by GitHub
+1 -1
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.2
FROM golang:1.24.3
COPY --from=builder /tmp/bin/gh /usr/local/bin/gh