Skip to content

Commit

Permalink
update docker image rust version (MystenLabs#2981)
Browse files Browse the repository at this point in the history
  • Loading branch information
tharbert authored Jul 5, 2022
1 parent 4607319 commit 70cbec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/sui-node/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.60.0 AS chef
FROM rust:1.62.0 AS chef
WORKDIR sui
RUN apt-get update && apt-get install -y cmake clang

Expand Down
2 changes: 1 addition & 1 deletion docker/sui-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.60.0 AS chef
FROM rust:1.62.0 AS chef
WORKDIR sui
ARG GIT_REVISION
ENV GIT_REVISION=$GIT_REVISION
Expand Down

0 comments on commit 70cbec5

Please sign in to comment.