diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c2600340c17d299734c829c76058e12fe485817d..b9d2095d612c7d19090b8a323b9ff0f388457b60 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 c3754c2300e5de25c0be8f3b87fa38b727c7256b..439f2e9aa7ee451e643a6b3e53ea321520b4d449 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"