From ebbeeebc38b8c18810d5549cf8679f72b0efe131 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Mon, 19 May 2025 17:51:45 +0200 Subject: [PATCH] trigger ci --- rust-latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-latest/Dockerfile b/rust-latest/Dockerfile index 69866f9..8149b4a 100644 --- a/rust-latest/Dockerfile +++ b/rust-latest/Dockerfile @@ -5,7 +5,7 @@ # 2. Tag the image: `docker tag git.hofer.link/philipp/ci-images:rust-latest` # 3. Push the image: `docker push git.hofer.link/philipp/ci-images:rust-latest` -FROM rust:1.86 +FROM rust:1.87 RUN apt-get update && apt-get install -y sqlite3