Skip to content

Commit

Permalink
Fix builder name.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Dec 27, 2023
1 parent a347669 commit 7e6adcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:22.04

# Constants
ARG BUILDER_NAME="multiversx/sdk-rust-contract-builder:v4.2.0"
ARG BUILDER_NAME="multiversx/sdk-rust-contract-builder:v4.2.1"
ARG VERSION_RUST="nightly-2022-10-16"
ARG VERSION_BINARYEN="version_105"
ARG DOWNLOAD_URL_BINARYEN="https://github.com/WebAssembly/binaryen/releases/download/${VERSION_BINARYEN}/binaryen-${VERSION_BINARYEN}-x86_64-linux.tar.gz"
Expand Down

0 comments on commit 7e6adcf

Please sign in to comment.