Skip to content

Commit

Permalink
Build devnet-v1.14.0 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonxh authored Nov 13, 2023
1 parent fa1bed9 commit 8e9549c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
- main

env:
SUI_GIT_REVISION: mainnet-v1.13.0
SUI_GIT_REVISION: devnet-v1.14.0

concurrency: docker

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.70 AS builder
FROM rust:1.73-bullseye AS builder

RUN apt-get update && \
apt-get install -y cmake libclang-dev && \
Expand Down

0 comments on commit 8e9549c

Please sign in to comment.