From b8bc33f4e30f6bb9cb0ceabcc108a77a90ebadf3 Mon Sep 17 00:00:00 2001
From: Cheng Shao <terrorjack@type.dance>
Date: Mon, 5 May 2025 20:22:11 +0000
Subject: [PATCH] ci: bump ci-images

---
 .gitlab-ci.yml | 2 +-
 hacking.sh     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c260034..b9d2095 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,7 +9,7 @@ workflow:
     - if: $UPSTREAM_GHC_FLAVOUR != null
 
 variables:
-  DOCKER_REV: 59da90988f9f3caa36572bf47d5f78704a969dea
+  DOCKER_REV: 6e9f8f17086e56e83adae4a8a9d63e2fec3cb6c7
   GIT_DEPTH: 1
   GIT_STRATEGY: clone
 
diff --git a/hacking.sh b/hacking.sh
index c3754c2..439f2e9 100755
--- a/hacking.sh
+++ b/hacking.sh
@@ -11,6 +11,6 @@ exec podman run -it --rm \
   --network host \
   --volume "$PWD":/workspace \
   --workdir /workspace \
-  registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-ubuntu24_04:59da90988f9f3caa36572bf47d5f78704a969dea \
+  registry.gitlab.haskell.org/ghc/ci-images/x86_64-linux-ubuntu24_04:6e9f8f17086e56e83adae4a8a9d63e2fec3cb6c7 \
   bash -c \
   "apt update && apt full-upgrade -y && apt install -y bash-completion nano zstd && cp /etc/skel/{.bash_logout,.bashrc,.profile} /root && PREFIX=/tmp/.ghc-wasm ./setup.sh && . /tmp/.ghc-wasm/env && exec bash -i"
-- 
GitLab