diff --git a/rust-latest/Dockerfile b/rust-latest/Dockerfile index 7a94d05..4b9ac52 100644 --- a/rust-latest/Dockerfile +++ b/rust-latest/Dockerfile @@ -6,7 +6,7 @@ # 3. Push the image: `docker push git.hofer.link/philipp/ci-images:rust-latest` -FROM rust:1.91 +FROM rust:1.92 RUN apt-get update && apt-get install -y sqlite3