Skip to content

Commit cb9ed40

Browse files
alvicsamKrayt78
authored andcommitted
ci: update nightly in ci-unified to 2024-11-19 (paritytech#6691)
cc https://github.com/paritytech/ci_cd/issues/1088
1 parent 70be93d commit cb9ed40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
IMAGE="docker.io/paritytech/ci-unified:bullseye-1.81.0-2024-09-11-v202409111034"
1+
IMAGE="docker.io/paritytech/ci-unified:bullseye-1.81.0-2024-11-19-v202411281558"

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ workflow:
2222

2323
variables:
2424
# CI_IMAGE: !reference [ .ci-unified, variables, CI_IMAGE ]
25-
CI_IMAGE: "docker.io/paritytech/ci-unified:bullseye-1.81.0-2024-09-11-v202409111034"
25+
CI_IMAGE: "docker.io/paritytech/ci-unified:bullseye-1.81.0-2024-11-19-v202411281558"
2626
# BUILDAH_IMAGE is defined in group variables
2727
BUILDAH_COMMAND: "buildah --storage-driver overlay2"
2828
RELENG_SCRIPTS_BRANCH: "master"

docs/contributor/container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The command below allows building a Linux binary without having to even install
2424
docker run --rm -it \
2525
-w /polkadot-sdk \
2626
-v $(pwd):/polkadot-sdk \
27-
docker.io/paritytech/ci-unified:bullseye-1.77.0-2024-04-10-v20240408 \
27+
docker.io/paritytech/ci-unified:bullseye-1.81.0-2024-11-19-v202411281558 \
2828
cargo build --release --locked -p polkadot-parachain-bin --bin polkadot-parachain
2929
sudo chown -R $(id -u):$(id -g) target/
3030
```

0 commit comments

Comments
 (0)