build: Update apline version to 3.22
There is no Rust 1.95.0 docker image under alpine 3.20. The latest version is 3.22, so the Dockerfile is updated to use this version.
This commit is contained in:
parent
420af3b710
commit
0d7bc8d1db
|
|
@ -1,6 +1,6 @@
|
|||
# Builds release binaries for Radicle.
|
||||
ARG RUST_VERSION="1.85"
|
||||
ARG ALPINE_VERSION="3.20"
|
||||
ARG ALPINE_VERSION="3.22"
|
||||
|
||||
FROM rust:${RUST_VERSION}-alpine${ALPINE_VERSION} as builder
|
||||
LABEL maintainer="Radicle Team <team@radicle.dev>"
|
||||
|
|
|
|||
Loading…
Reference in New Issue