From 635ea29a968dc42a14b543603739092e8195a906 Mon Sep 17 00:00:00 2001 From: AKorezin Renovate <7809636-AKorezin-renovate-bot@users.noreply.gitlab.com> Date: Sat, 13 Dec 2025 23:04:08 +0000 Subject: [PATCH] Update dependency glpi-project/glpi to v11 --- 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 1a09248..5348148 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.22" + - "11.0.4" - "10.0" - "latest" diff --git a/containers/10.0/Dockerfile b/containers/10.0/Dockerfile index 5e929d7..ebc73bd 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.22 +ARG GLPI_VERSION=11.0.4 # 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 317a79a..da9ae3b 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.22 +pkgver=11.0.4 pkgrel=99 arch='noarch' url='https://github.com/glpi-project/glpi' -- GitLab