Skip to content

Commit 97dcd85

Browse files
authored
Merge pull request #11213 from chreekat/b/ci-images-bump
gitlab ci: Use today's ci-images build; move to alpine3_22
2 parents 1e3c355 + e063b3e commit 97dcd85

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.gitlab-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ stages:
33

44
variables:
55
# Commit of ghc/ci-images repository from which to pull Docker images
6-
DOCKER_REV: "df20b2eb2fcc1c93aed5ad047c65752fbd4c38d4"
6+
DOCKER_REV: "be4ac2cd18f38e63b263e2a27c76a7c279385796"
77

88
GHC_VERSION: 9.10.2
99
CABAL_INSTALL_VERSION: 3.14.2.0
@@ -67,13 +67,13 @@ alpine-linux:
6767
parallel:
6868
matrix:
6969
- ARCH: [x86_64]
70-
OS: [alpine3_12, alpine3_20]
70+
OS: [alpine3_12, alpine3_22]
7171
TAG: x86_64-linux
7272
- ARCH: [i386]
73-
OS: alpine3_20
73+
OS: alpine3_22
7474
TAG: x86_64-linux
7575
- ARCH: [aarch64]
76-
OS: [alpine3_18]
76+
OS: [alpine3_22]
7777
TAG: aarch64-linux
7878
tags:
7979
- $TAG

0 commit comments

Comments
 (0)