This repository was archived by the owner on Feb 28, 2021. It is now read-only.
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
command : " ci/run"
4
4
timeout_in_minutes : 60
5
5
env :
6
- DOCKER_IMAGE : gcr.io/opensourcecoin/radicle-registry/ci-base:9956955f61e2c91fb94a2ed4eee26bf17aa44b50
6
+ DOCKER_IMAGE : gcr.io/opensourcecoin/radicle-registry/ci-base:does_not_exist
7
7
DOCKER_FILE : ci/base-image/Dockerfile
8
8
STEP_DOCKER_FILE : ci/node-image/Dockerfile
9
9
STEP_DOCKER_IMAGE : gcr.io/opensourcecoin/radicle-registry/node
Original file line number Diff line number Diff line change 2
2
#
3
3
# Includes
4
4
#
5
- # * Rustup with `nightly-2020-03-19 ` toolchain (see RUST_VERSION)
5
+ # * Rustup with `nightly-2020-04-20 ` toolchain (see RUST_VERSION)
6
6
# * Additional rustup components and the wasm32 target
7
7
# * sccache v0.2.12
8
8
@@ -42,7 +42,7 @@ RUN set -euxo pipefail; \
42
42
43
43
# Install rustup and default toolchain from RUST_VERSION. This is copied from
44
44
# https://github.com/rust-lang/docker-rust/blob/8d0f25416858e2c1f59511a15c2bd0445b402caa/1.39.0/buster/slim/Dockerfile
45
- ENV RUST_VERSION=nightly-2020-03-19
45
+ ENV RUST_VERSION=nightly-2020-04-20
46
46
RUN set -eux; \
47
47
dpkgArch="$(dpkg --print-architecture)" ; \
48
48
case "${dpkgArch##*-}" in \
Original file line number Diff line number Diff line change 1
- nightly-2020-03-19
1
+ nightly-2020-04-20
You can’t perform that action at this time.
0 commit comments