Skip to content

Commit 10f07e6

Browse files
committed
Fix Dockerfile
1 parent 0dee3e3 commit 10f07e6

3 files changed

Lines changed: 28 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 23 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ resolver = "2"
33
members = ["contracts", "contracts/wallet", "server"]
44

55
[workspace.dependencies]
6-
sdk = { git = "https://github.com/Hyle-org/hyle.git", package = "hyle-contract-sdk", branch = "main" }
7-
client-sdk = { git = "https://github.com/Hyle-org/hyle.git", default-features = false, package = "hyle-client-sdk", branch = "main" }
8-
hyle-smt-token = { git = "https://github.com/Hyle-org/hyle.git", package = "hyle-smt-token", branch = "main" }
9-
hyle-modules = { git = "https://github.com/Hyle-org/hyle.git", package = "hyle-modules", branch = "main" }
6+
sdk = { git = "https://github.com/Hyle-org/hyle.git", package = "hyle-contract-sdk", tag = "v0.13.1" }
7+
client-sdk = { git = "https://github.com/Hyle-org/hyle.git", default-features = false, package = "hyle-client-sdk", tag = "v0.13.1" }
8+
hyle-smt-token = { git = "https://github.com/Hyle-org/hyle.git", package = "hyle-smt-token", tag = "v0.13.1" }
9+
hyle-modules = { git = "https://github.com/Hyle-org/hyle.git", package = "hyle-modules", tag = "v0.13.1" }
1010

1111

1212
contracts = { path = "contracts", default-features = false, package = "contracts" }

Dockerfile.server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COPY --from=builder /app/target/release/autoprover ./
2424

2525
RUN apt-get update && apt-get install -y libdbus-1-dev curl
2626
RUN curl -L https://risczero.com/install | bash
27-
RUN /root/.risc0/bin/rzup install r0vm 2.0.2
27+
RUN /root/.risc0/bin/rzup install r0vm 2.1.0
2828

2929
EXPOSE 4000
3030

0 commit comments

Comments
 (0)