Skip to content

Commit

Permalink
Merge pull request #1768 from matter-labs/sb-rust-back
Browse files Browse the repository at this point in the history
back to 1.52.1
  • Loading branch information
Deniallugo authored Jul 20, 2021
2 parents 6aefd4f + 3a5341c commit 533c81a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/prover/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:experimental
FROM rust:1.53 as builder
FROM rust:1.51 as builder
WORKDIR /usr/src/zksync
COPY . .
RUN --mount=type=cache,target=/usr/local/cargo/registry \
Expand Down
2 changes: 1 addition & 1 deletion docker/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:experimental
FROM rust:1.53 as builder
FROM rust:1.51 as builder
WORKDIR /usr/src/zksync
COPY . .
RUN --mount=type=cache,target=/usr/local/cargo/registry \
Expand Down

0 comments on commit 533c81a

Please sign in to comment.