From a566da926e6929d7c7f0f77b0fe519e5fe8250a7 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@well-typed.com> Date: Thu, 6 Feb 2025 15:37:09 -0500 Subject: [PATCH] gitlab-ci: Bump docker images Closes #25693. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 460d6a31c2a..0f0f3787ac9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ variables: GIT_SSL_NO_VERIFY: "1" # Commit of ghc/ci-images repository from which to pull Docker images - DOCKER_REV: eb4d3389fd62e4f7321a0c8799014ec1f4da0708 + DOCKER_REV: 94df7d589f0ded990826bc7a4d7f5a40d6055a4f # Sequential version number of all cached things. # Bump to invalidate GitLab CI cache. -- GitLab