Skip to content

Commit c1ad1a3

Browse files
committed
Update rust version of secret-contract-optimizer
1 parent 636dd01 commit c1ad1a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/dockerfiles/base-images/secret-contract-optimizer.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.71.0-slim-bullseye
1+
FROM rust:1.83.0-slim-bullseye
22

33
RUN rustup target add wasm32-unknown-unknown
44
RUN apt update && apt install -y binaryen clang && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)