Skip to content

Commit

Permalink
Update Haskell 10.10 to 29.39 [AP-3048]
Browse files Browse the repository at this point in the history
  • Loading branch information
sbmueller committed Oct 23, 2024
1 parent 2b99924 commit 4a0c321
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-22.39 sbp \
&& rm -rf /tmp/*

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

0 comments on commit 4a0c321

Please sign in to comment.