From 4443c86c7dd216c22b23e8fe2c7c81098fcc9a0f Mon Sep 17 00:00:00 2001 From: rzadp Date: Wed, 29 May 2024 13:59:32 +0200 Subject: [PATCH] try different base img --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 17216ab..463479f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # This is the build stage for Polkadot. Here we create the binary in a temporary image. -FROM docker.io/paritytech/ci-linux:production as builder +FROM docker.io/paritytech/ci-unified:latest as builder WORKDIR /polkadot COPY . /polkadot