Skip to content

Commit c48b941

Browse files
committed
Update GITHUB_CLI_VERSION to 2.83.0
1 parent e250ed8 commit c48b941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN set -ex; \
88
git; \
99
rm -rf /var/lib/apt/lists/*
1010

11-
ENV GITHUB_CLI_VERSION=2.82.1
11+
ENV GITHUB_CLI_VERSION=2.83.0
1212

1313
RUN set -ex; \
1414
curl -L "https://github.com/cli/cli/releases/download/v${GITHUB_CLI_VERSION}/gh_${GITHUB_CLI_VERSION}_checksums.txt" -o checksums.txt; \

0 commit comments

Comments
 (0)