Skip to content

Commit

Permalink
chore: bump contract builder to version 1.61 (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinabell authored May 20, 2022
1 parent 8a7cdfc commit 83cd668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contract-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM rust:1.56.0
FROM rust:1.61.0

LABEL description="Container for builds"

RUN rustup default 1.56.0
RUN rustup default 1.61.0
RUN rustup target add wasm32-unknown-unknown

RUN apt-get -y update && apt-get install -y \
Expand Down

0 comments on commit 83cd668

Please sign in to comment.