Skip to content

Commit bc345db

Browse files
committed
Update GITHUB_CLI_VERSION to 2.83.1
1 parent c48b941 commit bc345db

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.83.0
11+
ENV GITHUB_CLI_VERSION=2.83.1
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)