Skip to content

Commit

Permalink
update release dockerfile (#104)
Browse files Browse the repository at this point in the history
* skip_unwrap_near

* update makefile

* build release

* add auto_whitelisted_postfix

* add sfrax

* add SfraxExtraInfo check

* update value

* update release dockerfile

---------

Co-authored-by: Marco <[email protected]>
  • Loading branch information
MagicGordon and Marco authored Apr 5, 2024
1 parent afed6dc commit 42923ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
FROM rust:1.56.1
# Digest: sha256:993a7f2702713250b421e60df250ba57b1c72d557c93283f30d1a428d8087456
# Status: Downloaded newer image for rust:1.56.1
# ---> ac441dc335cf
FROM rust:1.69.0
LABEL description="Container for builds"

RUN rustup default 1.56.1
RUN rustup default 1.69.0
RUN rustup target add wasm32-unknown-unknown

RUN apt-get update && apt-get install -y git less vim clang
6 changes: 3 additions & 3 deletions _rust_setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#/bin/bash
VER=2021-11-01
rustup toolchain install stable-$VER
rustup default stable-$VER
VER=1.69.0
rustup toolchain install $VER
rustup default $VER
rustup target add wasm32-unknown-unknown
cargo build -p ref-exchange --target wasm32-unknown-unknown --release
cargo build -p ref_farming --target wasm32-unknown-unknown --release

0 comments on commit 42923ce

Please sign in to comment.