Skip to content

Commit

Permalink
Update Haskell version in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sbmueller committed Oct 23, 2024
1 parent 4d5836e commit 774db0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ USER dockerdev

RUN \
if [ "$(ls /tmp)" ]; then ls /tmp; false; fi \
&& stack install --resolver lts-10.10 sbp \
&& stack install --resolver lts-14.9 sbp \
&& rm -rf /tmp/*

CMD ["make", "all"]
Expand Down

0 comments on commit 774db0c

Please sign in to comment.