Skip to content

Commit

Permalink
Merge pull request #4693 from oasisprotocol/kostko/feature/rust-bump-…
Browse files Browse the repository at this point in the history
…deps

Bump dependencies and toolchains
  • Loading branch information
kostko authored Apr 25, 2022
2 parents 38286f0 + f798040 commit fc7215b
Show file tree
Hide file tree
Showing 23 changed files with 315 additions and 257 deletions.
1 change: 1 addition & 0 deletions .changelog/4693.internal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Bump Rust toolchain to nightly-2022-04-13, Go to 1.17.9
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
- name: "Rebuild oasisprotocol/oasis-core-dev:${{ steps.determine_tag.outputs.tag }}"
uses: docker/[email protected]
with:
context: docker/development
file: docker/development/Dockerfile
context: docker/oasis-core-dev
file: docker/oasis-core-dev/Dockerfile
tags: oasisprotocol/oasis-core-dev:${{ steps.determine_tag.outputs.tag }}
pull: true
push: true
Expand All @@ -86,8 +86,8 @@ jobs:
- name: "Rebuild oasisprotocol/oasis-core-ci:${{ steps.determine_tag.outputs.tag }}"
uses: docker/[email protected]
with:
context: docker/testing
file: docker/testing/Dockerfile
context: docker/oasis-core-ci
file: docker/oasis-core-ci/Dockerfile
tags: oasisprotocol/oasis-core-ci:${{ steps.determine_tag.outputs.tag }}
pull: true
push: true
Expand Down
Loading

0 comments on commit fc7215b

Please sign in to comment.