Skip to content

Commit 80f15d8

Browse files
committed
Fix docker build
1 parent b93c827 commit 80f15d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV LANG C.UTF-8
66

77
# Install ghc and cabal-isntall
88
RUN apk add --no-cache curl
9-
RUN curl https://downloads.haskell.org/~ghcup/x86_64-linux-ghcup > /usr/local/bin/ghcup && \
9+
RUN curl https://downloads.haskell.org/~ghcup/0.1.12/x86_64-linux-ghcup-0.1.12 > /usr/local/bin/ghcup && \
1010
chmod +x /usr/local/bin/ghcup
1111
RUN ghcup install cabal recommended
1212
RUN apk add --no-cache \

0 commit comments

Comments
 (0)