Skip to content

Commit 3aa3a9d

Browse files
committed
Merge remote-tracking branch 'origin/master' into update-wb-tools
2 parents 27ec28c + 6f80c3c commit 3aa3a9d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/vscode-docker/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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)
5960
RUN 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)

0 commit comments

Comments
 (0)