Skip to content

Commit

Permalink
Merge pull request #6 from eXpire163/patch-4
Browse files Browse the repository at this point in the history
update linux and github cli
  • Loading branch information
dominik-ba authored Jul 8, 2022
2 parents 9412a72 + db53c49 commit d6e321f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15.0
FROM alpine:3.16.0

ENV LANG=C.UTF-8

Expand Down Expand Up @@ -27,8 +27,8 @@ RUN true \
&& true

ARG GH_CLI_VERSION_EXTERNAL
ENV GH_CLI_VERSION "2.6.0"
ENV GH_CLI_CHECKSUM 4ed92c712bfaa002c9421cee12cdf4cb0ae76fcd49d60cab5d316b8ce9c0314a
ENV GH_CLI_VERSION "2.13.0"
ENV GH_CLI_CHECKSUM 9e833e02428cd49e0af73bc7dc4cafa329fe3ecba1bfe92f0859bf5b11916401
ENV GH_CLI_BASE_URL "https://github.com/cli/cli/releases/download"
ENV GH_CLI_FILE_NAME "gh_${GH_CLI_VERSION}_linux_amd64.tar.gz"
ENV GH_CLI_UNZIPPED_FILE_NAME "gh_${GH_CLI_VERSION}_linux_amd64"
Expand Down

0 comments on commit d6e321f

Please sign in to comment.