Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffystuffs authored Jun 12, 2024
1 parent d884199 commit f7a3900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM fossa/haskell-static-alpine:ghc-9.4.8 as builder-9.4
# By installing these separately, we prevent the dependecies of one package from conflicting with the others
RUN cabal update && \
cabal install --install-method=copy hlint-3.8 && \
cabal install --install-method=copy fourmolu-0.15.0.0 && \
cabal install --install-method=copy cabal-fmt-0.1.11
cabal install --install-method=copy fourmolu-0.16.0.0 && \
cabal install --install-method=copy cabal-fmt-0.1.12

FROM fossa/haskell-static-alpine:ghc-9.0.2 as builder-9.0

Expand Down

0 comments on commit f7a3900

Please sign in to comment.