Skip to content

Commit

Permalink
Bump Server Docker Image Versions
Browse files Browse the repository at this point in the history
Bump server docker images to GHC v9.4.7
  • Loading branch information
prikhi committed Oct 18, 2023
1 parent 6fca8e8 commit 470abb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN mv $HOME/.local/bin/sql-migrate /dist/sql-migrate


# Build project dependencies
FROM haskell:9.4.5-buster AS dependency-builder
FROM haskell:9.4.7-buster AS dependency-builder

WORKDIR /src

Expand All @@ -21,7 +21,7 @@ RUN stack build --system-ghc --no-install-ghc --dependencies-only


# Build project
FROM haskell:9.4.5-buster AS project-builder
FROM haskell:9.4.7-buster AS project-builder

WORKDIR /src

Expand Down

0 comments on commit 470abb0

Please sign in to comment.