Read versions from .env file

This commit is contained in:
Óscar García Amor 2024-05-03 08:46:05 +02:00
parent 41f3e87bdf
commit 3c671da68c
No known key found for this signature in database
GPG key ID: E18B2370D3D566EE
3 changed files with 11 additions and 1 deletions

3
.env Normal file
View file

@ -0,0 +1,3 @@
# Versions must be major.minor
ALPINE_VERSION=3.19
RUST_VERSION=1.77