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