From b7391df4540ac8b11b35e1b2e2c15819b5171798 Mon Sep 17 00:00:00 2001 From: Ben Gamari <ben@smart-cactus.org> Date: Wed, 19 Feb 2025 15:24:24 -0500 Subject: [PATCH] Bump ci-images --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a679be9b..5ac16c33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ # Commit taken from https://gitlab.haskell.org/ghc/ci-images variables: - DOCKER_REV: f8658053d14911d73b1e32f5b6d13fb7b1c8a5ee + DOCKER_REV: f2d12519f45a13a61fcca03a949f927ceead6492 + # Always start with a fresh clone to avoid non-hermetic builds GIT_STRATEGY: clone -- GitLab