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