mirror of
https://github.com/Xpl0itU/WiiUDownloader.git
synced 2025-05-31 23:38:23 -04:00
Update Go version to 1.21.6
This commit is contained in:
parent
cb05374b18
commit
102a734463
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man2 && \
|
|||
RUN apt-fast -y --no-install-recommends update && \
|
||||
apt-fast -y --no-install-recommends upgrade && \
|
||||
apt-fast install -y --no-install-recommends build-essential libgcrypt20-dev libgtk-3-dev libfuse2 libtool librsvg2-dev && \
|
||||
wget https://go.dev/dl/go1.21.5.linux-amd64.tar.gz && \
|
||||
wget https://go.dev/dl/go1.21.6.linux-amd64.tar.gz && \
|
||||
tar -C /usr/local -xzf go*.linux-amd64.tar.gz && \
|
||||
chmod +x /usr/local/go/bin/go* && \
|
||||
LINUXDEPLOY="/usr/bin/linuxdeploy.AppImage" && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue