Compare commits

...

2 Commits

Author SHA1 Message Date
5af424890b Merge branch 'main' of ssh://git.hofer.link:2222/philipp/ci-images
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 5m7s
2026-01-25 21:15:20 +01:00
3fd80596b1 new rust 2026-01-25 21:14:54 +01:00

View File

@@ -6,7 +6,7 @@
# 3. Push the image: `docker push git.hofer.link/philipp/ci-images:rust-latest`
FROM rust:1.92
FROM rust:1.93
RUN apt-get update && apt-get install -y sqlite3