diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 03c70d7ed..7a1278123 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -15,7 +15,7 @@ jobs: group: lint-${{ github.ref }} cancel-in-progress: true container: - image: paritytech/ci-linux:production + image: paritytech/ci-unified:bullseye-1.71.0-v20230727 runs-on: - self-hosted - x64-monster diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 52b249e10..b6c6b1895 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: group: check-${{ github.ref }} cancel-in-progress: true container: - image: paritytech/ci-linux:production + image: paritytech/ci-unified:bullseye-1.71.0-v20230727 runs-on: - self-hosted - x64-monster diff --git a/scripts/hyperspace.Dockerfile b/scripts/hyperspace.Dockerfile index b0ed28684..03edf5489 100644 --- a/scripts/hyperspace.Dockerfile +++ b/scripts/hyperspace.Dockerfile @@ -1,4 +1,4 @@ -FROM paritytech/ci-linux:production as builder +FROM paritytech/ci-unified:bullseye-1.71.0-v20230727 as builder WORKDIR /code @@ -38,4 +38,4 @@ RUN mkdir /centauri/data VOLUME ["/centauri/data"] -ENTRYPOINT ["/usr/local/bin/hyperspace"] \ No newline at end of file +ENTRYPOINT ["/usr/local/bin/hyperspace"] diff --git a/scripts/parachain.Dockerfile b/scripts/parachain.Dockerfile index 60b3f63b3..797c40773 100644 --- a/scripts/parachain.Dockerfile +++ b/scripts/parachain.Dockerfile @@ -1,4 +1,4 @@ -FROM paritytech/ci-linux:production as build +FROM paritytech/ci-unified:bullseye-1.71.0-v20230727 as build WORKDIR /code