Skip to content

Commit

Permalink
feat(risc0): update rust image version
Browse files Browse the repository at this point in the history
  • Loading branch information
hunshenshi committed Jul 30, 2024
1 parent 29cb173 commit 0cf1615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions risc0-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.76.0 AS builder
FROM rust:1.79.0 AS builder

RUN update-ca-certificates

Expand All @@ -23,7 +23,7 @@ RUN cd risc0-server && cargo build --release



FROM rust:1.76.0
FROM rust:1.79.0

RUN apt update && apt -y install libpq-dev libpq5

Expand Down

0 comments on commit 0cf1615

Please sign in to comment.