Skip to content

Commit f5d2255

Browse files
fossabotscruffystuffs
andauthored
[create-pull-request] automated change (#56)
Co-authored-by: scruffystuffs <scruffystuffs@users.noreply.github.com>
1 parent 2d5e955 commit f5d2255

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM fossa/haskell-static-alpine:ghc-9.8.2 AS builder-9.8
44
# By installing these separately, we prevent the dependecies of one package from conflicting with the others
55
RUN cabal update && \
66
cabal install --install-method=copy hlint-3.8 && \
7-
cabal install --install-method=copy fourmolu-0.15.0.0 && \
7+
cabal install --install-method=copy fourmolu-0.16.2.0 && \
88
cabal install --install-method=copy cabal-fmt-0.1.12
99

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

0 commit comments

Comments
 (0)