Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit 67d44b3

Browse files
authored
Merge pull request #534 from paritytech/aj/contracts-update-nightly
Update nightly for ink!/contracts images
2 parents 0a2e6e9 + 1b62b3b commit 67d44b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dockerfiles/contracts-ci-linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG REGISTRY_PATH=docker.io/paritytech
44

55
FROM ${REGISTRY_PATH}/base-ci-linux:latest
66

7-
ARG RUST_NIGHTLY="2022-10-10"
7+
ARG RUST_NIGHTLY="2023-03-21"
88

99
# metadata
1010
LABEL io.parity.image.authors="[email protected]" \

dockerfiles/ink-ci-linux/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG REGISTRY_PATH=docker.io/paritytech
44

55
FROM ${REGISTRY_PATH}/base-ci-linux:latest
66

7-
ARG RUST_NIGHTLY="2022-10-10"
7+
ARG RUST_NIGHTLY="2023-03-21"
88

99
# metadata
1010
LABEL io.parity.image.authors="[email protected]" \

0 commit comments

Comments
 (0)