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

Update base image to alpine:3.21

parent 16bb6924
No related branches found
No related tags found
No related merge requests found
Pipeline #35342 passed
......@@ -4,12 +4,12 @@ Topmost entry = Tag `latest`
| GHC | Cabal | Stack | LLVM | Linux distro |
|:-----------|:---------|:-----------|:---- |:-------------|
| 9.10.1 | 3.12.1.0 | 3.1.1 | 18 | Alpine 3.20 |
| 9.8.4 | 3.10.3.0 | 3.1.1 | 16 | Alpine 3.20 |
| 9.10.1 | 3.12.1.0 | 3.1.1 | 18 | Alpine 3.21 |
| 9.8.4 | 3.10.3.0 | 3.1.1 | 16 | Alpine 3.21 |
| 9.8.3 | 3.10.3.0 | 3.1.1 | 16 | Alpine 3.20 |
| 9.8.2 | 3.10.3.0 | 3.1.1 | 16 | Alpine 3.20 |
| 9.8.1 | 3.10.2.1 | 2.15.1 | 14 | Alpine 3.19 |
| 9.6.6 | 3.10.3.0 | 3.1.1 | 16 | Alpine 3.20 |
| 9.6.6 | 3.10.3.0 | 3.1.1 | 16 | Alpine 3.21 |
| 9.6.5 | 3.10.3.0 | 2.15.7 | 16 | Alpine 3.20 |
| 9.6.4 | 3.10.3.0 | 2.15.5 | 14 | Alpine 3.19 |
| 9.6.3 | 3.10.1.0 | 2.13.1 | 14 | Alpine 3.19 |
......
......@@ -84,7 +84,7 @@ RUN cabal update \
## See https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/libraries/version-history
&& cabal install "cabal-install-$CABAL_VERSION"
FROM alpine:3.20 AS ghc-base
FROM alpine:3.21 AS ghc-base
ARG IMAGE_LICENSE="MIT"
ARG IMAGE_SOURCE="https://gitlab.b-data.ch/ghc/ghc-musl"
......
......@@ -78,7 +78,7 @@ RUN cabal update \
## See https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/libraries/version-history
&& cabal install "cabal-install-$CABAL_VERSION"
FROM alpine:3.20 AS ghc-base
FROM alpine:3.21 AS ghc-base
LABEL org.opencontainers.image.licenses="MIT" \
org.opencontainers.image.source="https://gitlab.b-data.ch/ghc/ghc-musl" \
......
......@@ -78,7 +78,7 @@ RUN cabal update \
## See https://gitlab.haskell.org/ghc/ghc/-/wikis/commentary/libraries/version-history
&& cabal install "cabal-install-$CABAL_VERSION"
FROM alpine:3.20 AS ghc-base
FROM alpine:3.21 AS ghc-base
ARG IMAGE_LICENSE="MIT"
ARG IMAGE_SOURCE="https://gitlab.b-data.ch/ghc/ghc-musl"
......
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