Skip to content

Commit

Permalink
update backend config
Browse files Browse the repository at this point in the history
  • Loading branch information
jankun4 committed Mar 26, 2024
1 parent a508b5c commit aa63ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion govtool/backend/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# is a common practice in Haskell projects, as it can significantly reduce the
# time it takes to build the project.

FROM haskell:9.2-buster
FROM haskell:9.2.7-buster
WORKDIR /src
COPY . .
RUN cabal update && cabal configure && cabal install --only-dependencies && rm -rf /src/*
2 changes: 1 addition & 1 deletion govtool/backend/vva-be.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ executable vva-be
, bytestring
, http-client
, http-client-tls
, raven-haskell
, raven-haskell >= 0.1.4.1

hs-source-dirs: app
default-language: Haskell2010
Expand Down

0 comments on commit aa63ed7

Please sign in to comment.