Skip to content

Commit

Permalink
build(docker): bumped GHC 9.0.2 to GHC 9.6.X
Browse files Browse the repository at this point in the history
Also changed the maintainer to Cristhian Motoche
<cmotoche@stackbuilders.com>
  • Loading branch information
DavidMazarro committed Sep 23, 2024
1 parent 70717da commit 3856b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM utdemir/ghc-musl:v24-ghc902 AS build
FROM utdemir/ghc-musl:v24-ghc96 AS build
WORKDIR /usr/src/app
COPY hapistrano.cabal .
RUN cabal update && \
Expand All @@ -8,7 +8,7 @@ RUN cabal build --enable-executable-static && \
cp $(cabal exec which hap) hap

FROM alpine:3.15
MAINTAINER Nicolas Vivar <nvivar@stackbuilders.com>
MAINTAINER Cristhian Motoche <cmotoche@stackbuilders.com>
RUN apk update && \
apk add \
ca-certificates \
Expand Down

0 comments on commit 3856b4d

Please sign in to comment.