Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lebedenko-ubique committed Nov 21, 2024
1 parent 6a6537f commit 8c786a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.77.2-slim-bookworm AS builder
FROM rust:1.81-slim-bookworm AS builder
RUN apt-get update && apt-get install -y \
libssl-dev \
build-essential \
Expand All @@ -14,6 +14,7 @@ COPY ./Cargo.toml /app/Cargo.toml
COPY ./Cargo.lock /app/Cargo.lock
COPY ./next-gen-signatures /app/next-gen-signatures
COPY ./next-gen-signing-service /app/next-gen-signing-service
COPY ./zkp-util /app/zkp-util

RUN cargo build --release

Expand Down

0 comments on commit 8c786a7

Please sign in to comment.