mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 20:29:53 +00:00
cli: update docker image to use ghc 9.6.2 (#3234)
This commit is contained in:
parent
d172b0cb6d
commit
1401f56288
1 changed files with 4 additions and 4 deletions
|
@ -8,12 +8,12 @@ RUN a=$(arch); curl https://downloads.haskell.org/~ghcup/$a-linux-ghcup -o /usr/
|
||||||
chmod +x /usr/bin/ghcup
|
chmod +x /usr/bin/ghcup
|
||||||
|
|
||||||
# Install ghc
|
# Install ghc
|
||||||
RUN ghcup install ghc 8.10.7
|
RUN ghcup install ghc 9.6.2
|
||||||
# Install cabal
|
# Install cabal
|
||||||
RUN ghcup install cabal
|
RUN ghcup install cabal 3.10.1.0
|
||||||
# Set both as default
|
# Set both as default
|
||||||
RUN ghcup set ghc 8.10.7 && \
|
RUN ghcup set ghc 9.6.2 && \
|
||||||
ghcup set cabal
|
ghcup set cabal 3.10.1.0
|
||||||
|
|
||||||
COPY . /project
|
COPY . /project
|
||||||
WORKDIR /project
|
WORKDIR /project
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue