Upgrade to ghcup 0.1.17.4
parent
9e12a36a4f
commit
6151ba5825
|
@ -6,7 +6,7 @@ RUN \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install --assume-yes curl gcc git libgmp-dev libtinfo-dev make sudo
|
apt-get install --assume-yes curl gcc git libgmp-dev libtinfo-dev make sudo
|
||||||
|
|
||||||
ARG GHCUP_VERSION=0.1.17.3
|
ARG GHCUP_VERSION=0.1.17.4
|
||||||
RUN \
|
RUN \
|
||||||
curl --output /usr/local/bin/ghcup "https://downloads.haskell.org/~ghcup/$GHCUP_VERSION/x86_64-linux-ghcup-$GHCUP_VERSION" && \
|
curl --output /usr/local/bin/ghcup "https://downloads.haskell.org/~ghcup/$GHCUP_VERSION/x86_64-linux-ghcup-$GHCUP_VERSION" && \
|
||||||
chmod +x /usr/local/bin/ghcup && \
|
chmod +x /usr/local/bin/ghcup && \
|
||||||
|
|
Loading…
Reference in New Issue