Skip to content

Commit

Permalink
Merge pull request #38 from multiversx/next-25
Browse files Browse the repository at this point in the history
Use newer Rust (nightly-2023-05-26)
  • Loading branch information
andreibancioiu committed Aug 25, 2023
2 parents 8b6c9d7 + c4abe33 commit 18c1589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM ubuntu:22.04

# Constants
ARG BUILDER_NAME="multiversx/sdk-rust-contract-builder:v5.1.0"
ARG VERSION_RUST="nightly-2023-04-24"
ARG BUILDER_NAME="multiversx/sdk-rust-contract-builder:v5.2.0"
ARG VERSION_RUST="nightly-2023-05-26"
ARG VERSION_BINARYEN="version_112"
ARG DOWNLOAD_URL_BINARYEN="https://github.com/WebAssembly/binaryen/releases/download/${VERSION_BINARYEN}/binaryen-${VERSION_BINARYEN}-x86_64-linux.tar.gz"
ARG VERSION_WABT="1.0.27-1"
Expand Down

0 comments on commit 18c1589

Please sign in to comment.