Skip to content

Commit

Permalink
Bump gh CLI version to 2.48.0 (#212)
Browse files Browse the repository at this point in the history
* chore: Update the value of ARG GH_VERSION in the Dockerfile

Made with ❤️️ by updatecli

* chore: Update the label io.jenkins-infra.tools.gh.version in the test...

...  harness

Made with ❤️️ by updatecli

---------

Co-authored-by: Jenkins Infra Bot (updatecli) <60776566+jenkins-infra-bot@users.noreply.github.com>
  • Loading branch information
1 parent 7923eb0 commit 57e760a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -36,7 +36,7 @@ RUN \
apt-get clean &&\
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

ARG GH_VERSION=2.47.0
ARG GH_VERSION=2.48.0
# ARG GH_SHASUM_256="6df9b0214f352fe62b2998c2d1b9828f09c8e133307c855c20c1924134d3da25"
RUN curl --silent --show-error --location --output /tmp/gh.tar.gz \
"https://github.com/cli/cli/releases/download/v${GH_VERSION}/gh_${GH_VERSION}_linux_amd64.tar.gz" \
Expand Down
2 changes: 1 addition & 1 deletion cst.yml
Expand Up @@ -12,7 +12,7 @@ metadataTest:
value: ".*git.*"
isRegex: true
- key: io.jenkins-infra.tools.gh.version
value: 2.47.0
value: 2.48.0
- key: io.jenkins-infra.tools.jenkins-inbound-agent.version
value: 3206.vb_15dcf73f6a_9-9
- key: io.jenkins-infra.tools.netlify-deploy.version
Expand Down

0 comments on commit 57e760a

Please sign in to comment.