diff --git a/Dockerfile b/Dockerfile index fd24af3..d95c2ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ @@ -56,4 +56,4 @@ RUN apt-get update \ # Cleanup && rm -rf /var/lib/apt/lists/* -ENV PATH "$PATH:/root/.dotnet" \ No newline at end of file +ENV PATH "$PATH:/root/.dotnet"