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:
Fintan Halpenny 2026-05-11 12:36:33 +01:00
parent 420af3b710
commit 0d7bc8d1db
1 changed files with 1 additions and 1 deletions

View File

@ -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>"