Skip to content

Commit

Permalink
Update Go version in Dockerfile and profile file for optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpl0itU committed Dec 21, 2023
1 parent 834350d commit 4a480f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.linux
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.linux-amd64.tar.gz && \
wget https://go.dev/dl/go1.21.5.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" && \
Expand Down
Binary file modified default.pgo
Binary file not shown.

0 comments on commit 4a480f5

Please sign in to comment.