Skip to content

Commit

Permalink
chore: changed docker image for builders (#375)
Browse files Browse the repository at this point in the history
* chore: changed docker image for builders

* fix to :bullseye-1.71.0 tag

* added datestamp to tag

---------

Co-authored-by: Blas Rodriguez Irizar <rodrigblas@gmail.com>
  • Loading branch information
rjonczy and blasrodri authored Aug 7, 2023
1 parent 4c59a78 commit 1687de0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions scripts/hyperspace.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM paritytech/ci-linux:production as builder
FROM paritytech/ci-unified:bullseye-1.71.0-v20230727 as builder

WORKDIR /code

Expand Down Expand Up @@ -38,4 +38,4 @@ RUN mkdir /centauri/data

VOLUME ["/centauri/data"]

ENTRYPOINT ["/usr/local/bin/hyperspace"]
ENTRYPOINT ["/usr/local/bin/hyperspace"]
2 changes: 1 addition & 1 deletion scripts/parachain.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM paritytech/ci-linux:production as build
FROM paritytech/ci-unified:bullseye-1.71.0-v20230727 as build

WORKDIR /code

Expand Down

0 comments on commit 1687de0

Please sign in to comment.