kanidm: use almalinux:10 as base and bump custom image to v1.6.4

This commit is contained in:
ace
2025-06-12 23:35:05 +03:00
parent 00a89ef592
commit 57332a566a
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM almalinux:9 AS builder
FROM almalinux:10 AS builder
ARG KANIDM_VERSION
ARG KANIDM_FEATURES
@ -33,7 +33,7 @@ WORKDIR /usr/src/kanidm
RUN make release/kanidmd
RUN make release/kanidm
FROM almalinux:9
FROM almalinux:10
COPY *.repo /etc/yum.repos.d/

View File

@ -1,4 +1,4 @@
VERSION=1.6.3
VERSION=1.6.4
BUILD=1
IMAGE=kanidm
REGISTRY=gitea.geekhome.org/ghp