From a474caef111035a5462b1c47b35ba0a7e8dccb33 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Sun, 9 Jul 2023 13:40:32 -0400 Subject: [PATCH] gitlab-ci: Bump DOCKER_REV Ensuring that we bootstrap with GHC 9.4 universally. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04f15d974f8..77706499110 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: 243a00f06550e6b9a00fa0f1530d1bb761e8b7cc + DOCKER_REV: c29d97c469a23db1c77ac1184eebbb2fd86ef623 # Sequential version number of all cached things. # Bump to invalidate GitLab CI cache. -- GitLab