kanidm: use almalinux:10 as base and bump custom image to v1.6.4
This commit is contained in:
@ -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/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
VERSION=1.6.3
|
||||
VERSION=1.6.4
|
||||
BUILD=1
|
||||
IMAGE=kanidm
|
||||
REGISTRY=gitea.geekhome.org/ghp
|
||||
|
Reference in New Issue
Block a user