From 18131e783861e652184eda868c5675dae3c37240 Mon Sep 17 00:00:00 2001 From: scruffystuffs Date: Mon, 19 Aug 2024 12:03:24 +0000 Subject: [PATCH] [create-pull-request] automated change --- src/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Dockerfile b/src/Dockerfile index 3fa0ce6..10cf8f5 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -4,7 +4,7 @@ FROM fossa/haskell-static-alpine:ghc-9.8.2 AS builder-9.8 # 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 fourmolu-0.16.2.0 && \ cabal install --install-method=copy cabal-fmt-0.1.12 FROM fossa/haskell-static-alpine:ghc-9.0.2 AS builder-9.0