From 4e44c2a239e1e100b58b363007f3be960bd91664 Mon Sep 17 00:00:00 2001 From: Philipp Hofer Date: Tue, 17 Jun 2025 23:55:34 +0200 Subject: [PATCH] fetch new playwright --- rust-latest/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/rust-latest/Dockerfile b/rust-latest/Dockerfile index 8149b4a..90844d6 100644 --- a/rust-latest/Dockerfile +++ b/rust-latest/Dockerfile @@ -5,6 +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.87 RUN apt-get update && apt-get install -y sqlite3