From 0531ee0b6df6faad416d0dc2d0de7b71713ea925 Mon Sep 17 00:00:00 2001 From: AKorezin Renovate <7809636-AKorezin-renovate-bot@users.noreply.gitlab.com> Date: Fri, 5 Dec 2025 09:15:21 +0000 Subject: [PATCH] Update dependency glpi-project/glpi to v10.0.22 --- containers/10.0/.gitlab-ci.yml | 2 +- containers/10.0/Dockerfile | 2 +- containers/10.0/builder/abuild/00-glpi/APKBUILD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/containers/10.0/.gitlab-ci.yml b/containers/10.0/.gitlab-ci.yml index 61f70ed..1a09248 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 527d886..30070f5 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 1d42324..1b41aa3 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' -- GitLab