From fcf57b04d29baa2b9920468ead76efbd914579e9 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Fri, 10 Jan 2025 13:31:00 +0100 Subject: [PATCH] update rust version --- rust/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Dockerfile b/rust/Dockerfile index 2cced95..4ec70e0 100644 --- a/rust/Dockerfile +++ b/rust/Dockerfile @@ -5,7 +5,7 @@ # 2. Tag the image: `docker tag git.hofer.link/philipp/ci-images:rust-` # 3. Push the image: `docker push git.hofer.link/philipp/ci-images:rust-` -FROM rust:1.83.0 +FROM rust:1.84.0 RUN apt-get update && apt-get install -y sqlite3