Skip to content

Commit

Permalink
feat: GitHub CLI 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicGD authored Jun 23, 2022
1 parent c77e752 commit e5cc5a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:latest

ARG DEBIAN_FRONTEND=noninteractive
ARG GITHUB_CLI_VERSION=2.4.0
ARG GITHUB_CLI_VERSION=2.13.0

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down Expand Up @@ -56,4 +56,4 @@ RUN apt-get update \
# Cleanup
&& rm -rf /var/lib/apt/lists/*

ENV PATH "$PATH:/root/.dotnet"
ENV PATH "$PATH:/root/.dotnet"

0 comments on commit e5cc5a9

Please sign in to comment.