try different base img

This commit is contained in:
rzadp
2024-05-29 13:59:32 +02:00
parent 8deba835b7
commit 4443c86c7d
+1 -1
View File
@@ -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