From 54f04b417b8b09b0825fc8f2878fd17faa7eeff2 Mon Sep 17 00:00:00 2001
From: Gilles Filippini <pini@debian.org>
Date: Mon, 8 May 2023 21:08:48 +0200
Subject: [PATCH] build: force build stage image to buster

paritytech/ci-linux:production was recently switched from buster to bullseye,
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6352c8a28..950da1fb6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,7 +38,7 @@ check_labels:
     - ./scripts/check_labels.sh $CI_MERGE_REQUEST_LABELS $CI_MERGE_REQUEST_MILESTONE
 
 .env:
-  image: paritytech/ci-linux:production
+  image: paritytech/ci-linux:1.68.2-buster
   tags:
     - dind
 
-- 
GitLab