Skip to content

Commit 1dc11f1

Browse files
authored
Upgrade to ghcup 0.1.18.0
1 parent 9eea6ad commit 1dc11f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ENV PATH="/home/$USER_NAME/.cabal/bin:/home/$USER_NAME/.local/bin:/home/$USER_NA
4343

4444
# Install GHCup.
4545

46-
ARG GHCUP_VERSION=0.1.17.8
46+
ARG GHCUP_VERSION=0.1.18.0
4747
RUN \
4848
set -o errexit -o xtrace; \
4949
curl --output ~/.ghcup/bin/ghcup "https://downloads.haskell.org/~ghcup/$GHCUP_VERSION/$( uname --machine )-linux-ghcup-$GHCUP_VERSION"; \
@@ -93,6 +93,7 @@ RUN \
9393
cabal user-config init --augment "store-dir: $CABAL_STORE"
9494

9595
# Configure Stack.
96+
9697
ARG STACK_ROOT=/stack-root
9798
RUN \
9899
set -o errexit -o xtrace; \

0 commit comments

Comments
 (0)