mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2026-07-16 08:24:45 +00:00
Update Rust version
Signed-off-by: Evangelos Lamprou <vagos@lamprou.xyz>
This commit is contained in:
committed by
Dustin J. Mitchell
parent
bac5e50448
commit
6746e6ed3b
@ -1,6 +1,6 @@
|
||||
# Versions must be major.minor
|
||||
# Default versions are as below
|
||||
ARG RUST_VERSION=1.85
|
||||
ARG RUST_VERSION=1.88
|
||||
ARG ALPINE_VERSION=3.20
|
||||
|
||||
FROM docker.io/rust:${RUST_VERSION}-alpine${ALPINE_VERSION} AS builder
|
||||
|
||||
Reference in New Issue
Block a user