Skip to content
Snippets Groups Projects
Verified Commit 46a5de41 authored by Olivier Benz's avatar Olivier Benz
Browse files

Update GHC to v9.4.4

- Update base image to alpine:3.17; Use LLVM v14
parent d2da8de1
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
variables:
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: "/certs"
GHC_VERSION_BUILD: "9.4.3"
GHC_VERSION_BUILD: "9.4.4"
CABAL_VERSION_BUILD: "3.8.1.0"
before_script:
- *before-script-build
......
......@@ -52,7 +52,7 @@ RUN cd /tmp \
# See https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/libraries/version-history
&& cabal install --allow-newer cabal-install-$CABAL_VERSION
FROM alpine:3.16 as builder
FROM alpine:3.17 as builder
LABEL org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.source="https://gitlab.b-data.ch/ghc/ghc4pandoc" \
......@@ -81,7 +81,7 @@ RUN apk upgrade --no-cache \
libcurl \
libffi \
libffi-dev \
llvm12 \
llvm14 \
ncurses-dev \
ncurses-static \
openssl-dev \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment