Skip to content

Commit

Permalink
build(docker): changed GHC musl image
Browse files Browse the repository at this point in the history
The previous one we were using seems to be unmaintained
  • Loading branch information
DavidMazarro committed Sep 23, 2024
1 parent 3856b4d commit 34dedc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM utdemir/ghc-musl:v24-ghc96 AS build
FROM quay.io/benz0li/ghc-musl:9.6.6 AS build
WORKDIR /usr/src/app
COPY hapistrano.cabal .
RUN cabal update && \
Expand Down

0 comments on commit 34dedc4

Please sign in to comment.