From b2bc4c19176dcd1b1352d36f720f46e8372d68f9 Mon Sep 17 00:00:00 2001 From: Evgeny Snitko Date: Mon, 17 Jul 2023 18:34:22 +0300 Subject: [PATCH] ci-unified:bullseye-1.70.0-2023-05-23 image for ci (#7478) --- polkadot/.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index 3cb34c8664..2b0975534a 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -33,7 +33,7 @@ variables: GIT_STRATEGY: fetch GIT_DEPTH: 100 CI_SERVER_NAME: "GitLab CI" - CI_IMAGE: "paritytech/ci-linux:production" + CI_IMAGE: "paritytech/ci-unified:bullseye-1.70.0-2023-05-23" BUILDAH_IMAGE: "quay.io/buildah/stable:v1.29" BUILDAH_COMMAND: "buildah --storage-driver overlay2" DOCKER_OS: "debian:stretch"