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

Rebuild GHC version 9.8.2

- Use GHC 9.6.6 for bootstrapping
parent a7161191
No related branches found
No related tags found
No related merge requests found
Pipeline #30031 passed
...@@ -5,7 +5,7 @@ ARG STACK_VERSION=2.15.7 ...@@ -5,7 +5,7 @@ ARG STACK_VERSION=2.15.7
ARG GHC_VERSION_BUILD=${GHC_VERSION} ARG GHC_VERSION_BUILD=${GHC_VERSION}
ARG CABAL_VERSION_BUILD=${CABAL_VERSION} ARG CABAL_VERSION_BUILD=${CABAL_VERSION}
FROM glcr.b-data.ch/ghc/ghc-musl:9.6.5 as bootstrap FROM glcr.b-data.ch/ghc/ghc-musl:9.6.6 as bootstrap
RUN apk upgrade --no-cache \ RUN apk upgrade --no-cache \
&& apk add --no-cache \ && apk add --no-cache \
......
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