Updates Rust version

This commit is contained in:
Óscar García Amor 2024-05-17 12:08:44 +02:00
parent 3c671da68c
commit f367f3806c
No known key found for this signature in database
GPG key ID: E18B2370D3D566EE
2 changed files with 3 additions and 3 deletions

2
.env
View file

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

View file

@ -1,6 +1,6 @@
# Versions must be major.minor
ARG RUST_VERSION=1.77
ARG ALPINE_VERSION=3.19
ARG RUST_VERSION
ARG ALPINE_VERSION
FROM docker.io/rust:${RUST_VERSION}-alpine${ALPINE_VERSION} AS builder
COPY . /data