Skip to content
Snippets Groups Projects
Commit 7b66c784 authored by Steffen Schulze's avatar Steffen Schulze
Browse files

rust version upgraded

parent 720ac637
No related branches found
No related tags found
1 merge request!10Refactoring
Pipeline #42007 passed with warnings with stages
in 3 minutes and 48 seconds
......@@ -3,7 +3,7 @@ FROM alpine/git:2.43.0 as gitclone-build
WORKDIR /clone
RUN git clone https://github.com/esatus/didcomm-rust
FROM rust:1.70 as rust-build
FROM rust:1.73 as rust-build
COPY --from=gitclone-build /clone/didcomm-rust /src
WORKDIR /src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment