mirror of
https://github.com/linuxserver/docker-github-desktop.git
synced 2026-01-18 03:04:24 +08:00
Merge pull request #5 from linuxserver/buildfix
update upstream artifact name
This commit is contained in:
commit
bf74b1284b
@ -26,7 +26,7 @@ RUN \
|
||||
fi && \
|
||||
curl -o \
|
||||
/tmp/ghdesktop.deb -L \
|
||||
"https://github.com/shiftkey/desktop/releases/download/${GHDESKTOP_VERSION}/GitHubDesktop-linux-${GHDESKTOP_VERSION#release-}.deb" && \
|
||||
"https://github.com/shiftkey/desktop/releases/download/${GHDESKTOP_VERSION}/GitHubDesktop-linux-amd64-${GHDESKTOP_VERSION#release-}.deb" && \
|
||||
apt install --no-install-recommends -y /tmp/ghdesktop.deb && \
|
||||
echo "**** install codium ****" && \
|
||||
CODIUM_VERSION=$(curl -sX GET "https://api.github.com/repos/VSCodium/vscodium/releases/latest" \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user