diff --git a/containers/10.0/.gitlab-ci.yml b/containers/10.0/.gitlab-ci.yml index 61f70edd2888d86e7bb26a73ff7e49e622e55a23..1a092480ed9ddbd2785819830be5ae3e350d0b7b 100644 --- a/containers/10.0/.gitlab-ci.yml +++ b/containers/10.0/.gitlab-ci.yml @@ -27,7 +27,7 @@ Publish container image 10.0: matrix: - PUBLISH_TAG: # renovate: datasource=github-tags depName=glpi-project/glpi - - "10.0.20" + - "10.0.22" - "10.0" - "latest" diff --git a/containers/10.0/Dockerfile b/containers/10.0/Dockerfile index 527d886e9f259d68d0a9f3a4d041a97fe8359eeb..30070f55ba33837d71cea8304ec7a92adfa6b29b 100644 --- a/containers/10.0/Dockerfile +++ b/containers/10.0/Dockerfile @@ -14,7 +14,7 @@ RUN --mount=type=cache,target=/etc/apk/cache,sharing=locked,id=alpine_3.22_apk_c FROM alpine:3.22.2@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 AS copier # renovate: datasource=github-tags depName=glpi-project/glpi -ARG GLPI_VERSION=10.0.20 +ARG GLPI_VERSION=10.0.22 # hadolint ignore=DL3018,DL3019 RUN --mount=type=cache,target=/etc/apk/cache,sharing=locked,id=alpine_3.22_apk_cache \ diff --git a/containers/10.0/builder/abuild/00-glpi/APKBUILD b/containers/10.0/builder/abuild/00-glpi/APKBUILD index 1d42324cea74c17f504ef6b1c6e41dc724018164..1b41aa3483afb7b97d6bfdce20a497a4d68880ca 100644 --- a/containers/10.0/builder/abuild/00-glpi/APKBUILD +++ b/containers/10.0/builder/abuild/00-glpi/APKBUILD @@ -3,7 +3,7 @@ pkgname=glpi pkgdesc='Free IT asset management software' # renovate: datasource=github-tags depName=glpi-project/glpi -pkgver=10.0.20 +pkgver=10.0.22 pkgrel=99 arch='noarch' url='https://github.com/glpi-project/glpi'