Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
build: Update apline version to 3.22
✗ CI failure Fintan Halpenny committed 9 days ago
commit 0d7bc8d1db6cfa3fc6ad3f633463e99f5da75947
parent 420af3b710bfd0663e9ad6220cb10910580bde2f
1 failed (1 total) View logs
1 file changed +1 -1
modified build/Dockerfile
@@ -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>"