Skip to content

Commit

Permalink
[ci] docker use rust:1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Fraccaroli committed Aug 1, 2022
1 parent ed84bda commit 17fe278
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
runs-on: ${{ matrix.os }}
container:
image: ghcr.io/anoma/namada:wasm-0.6.1
options: -v /home/runner/work/namada":"/usr/local/rust/wasm
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion docker/namada-wasm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This docker is used for deterministic wasm builds

# The version should be matching the version set in wasm/rust-toolchain.toml
FROM rust:1.61
FROM rust:1.61.0

WORKDIR /__w/namada/namada

Expand Down

0 comments on commit 17fe278

Please sign in to comment.