Skip to content

Commit

Permalink
fix: update rust version in CI and workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dandanlen committed Aug 24, 2022
1 parent eda6eab commit 772516d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ executors:
auth: *dockerconfig
rust-base:
docker:
- image: ghcr.io/chainflip-io/chainflip-backend/rust-base:nightly-2021-11-16
- image: ghcr.io/chainflip-io/chainflip-backend/rust-base:nightly-2022-08-08
auth: *dockerconfig
rust-base-ci:
docker:
- image: ghcr.io/chainflip-io/chainflip-backend/rust-base:nightly-2021-11-16
- image: ghcr.io/chainflip-io/chainflip-backend/rust-base:nightly-2022-08-08
auth: *dockerconfig
user: ci
java-executor:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/.docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
inputs:
nightly_version:
type: string
default: nightly-2021-11-16
default: nightly-2022-08-08
description: Toolchain version you want to build
required: true

Expand Down

0 comments on commit 772516d

Please sign in to comment.