This commit is contained in:
2024-01-17 19:06:12 +01:00
parent 1f734b75a0
commit 62171d72fe
2 changed files with 9 additions and 26 deletions

View File

@ -5,7 +5,7 @@
# 2. Tag the image: `docker tag <id> git.hofer.link/ruderverein-donau-linz/rowing-ci:latest`
# 3. Push the image: `docker push git.hofer.link/ruderverein-donau-linz/rowing-ci:latest`
FROM rust:latest
FROM rust:1.75.0
RUN apt-get update && apt-get install -y sqlite3