File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,12 +55,13 @@ RUN wget https://go.dev/dl/go1.23.5.linux-amd64.tar.gz && \
5555 tar -C /usr/local -xzf go1.23.5.linux-amd64.tar.gz && \
5656 rm go1.23.5.linux-amd64.tar.gz
5757
58- # Install gh (GitHub CLI version 2.86.0)
58+ # Install gh (not pinned because only the latest version is available in the
59+ # repository)
5960RUN curl -fsSL https://cli.github.com/packages/githubcli-archive-keyring.gpg | dd of=/usr/share/keyrings/githubcli-archive-keyring.gpg && \
6061 chmod go+r /usr/share/keyrings/githubcli-archive-keyring.gpg && \
6162 echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/githubcli-archive-keyring.gpg] https://cli.github.com/packages stable main" | tee /etc/apt/sources.list.d/github-cli.list > /dev/null && \
6263 apt-get update && \
63- apt-get install -y gh=2.86.0 && \
64+ apt-get install -y gh && \
6465 rm -rf /var/lib/apt/lists/*
6566
6667# Install uv (Python package manager version 0.9.27)
You can’t perform that action at this time.
0 commit comments