mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-04-10 04:37:21 +00:00
Compare commits
1 Commits
ci
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f0d09d07c3 |
@@ -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.26.1
|
||||
FROM golang:1.26.2
|
||||
COPY --from=builder /tmp/bin/gh /usr/local/bin/gh
|
||||
|
||||
Reference in New Issue
Block a user