We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eea6ad commit 1dc11f1Copy full SHA for 1dc11f1
Dockerfile
@@ -43,7 +43,7 @@ ENV PATH="/home/$USER_NAME/.cabal/bin:/home/$USER_NAME/.local/bin:/home/$USER_NA
43
44
# Install GHCup.
45
46
-ARG GHCUP_VERSION=0.1.17.8
+ARG GHCUP_VERSION=0.1.18.0
47
RUN \
48
set -o errexit -o xtrace; \
49
curl --output ~/.ghcup/bin/ghcup "https://downloads.haskell.org/~ghcup/$GHCUP_VERSION/$( uname --machine )-linux-ghcup-$GHCUP_VERSION"; \
@@ -93,6 +93,7 @@ RUN \
93
cabal user-config init --augment "store-dir: $CABAL_STORE"
94
95
# Configure Stack.
96
+
97
ARG STACK_ROOT=/stack-root
98
99
0 commit comments