Skip to content

Commit

Permalink
test(ghcr-rust-compiler): fix image rust build openssl-src v111.25.1
Browse files Browse the repository at this point in the history
Upgraded the container image's base image so that the Rust compiler
that is being used is now v1.68.0 instead of v1.57.0.

Fixes hyperledger-cacti#2325

Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz committed Mar 20, 2023
1 parent 8f7c2ed commit c5adb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/docker/rust-compiler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.57.0-slim-bullseye
FROM rust:1.68.0-slim-bullseye

RUN apt update

Expand Down

0 comments on commit c5adb3c

Please sign in to comment.