feat: Update glpi #36

Merged
jon_nfc merged 3 commits from update-glpi into development 2024-03-27 15:27:12 +00:00
3 changed files with 105 additions and 3 deletions
Showing only changes of commit 0ccc5eec3d - Show all commits

View File

@ -1,7 +1,7 @@
ARG GLPI_VERSION=10.0.14
ARG VERSION_PHP=8.2
FROM debian:bullseye-slim as prepare
FROM debian:bookworm-slim as prepare
ARG GLPI_VERSION
ARG VERSION_PHP
@ -33,7 +33,7 @@ RUN export GLPI_URL=$(curl -s https://api.github.com/repos/glpi-project/glpi/rel
tar -xzf /tmp/${TAR_FILENAME} -C /tmp;
FROM debian:bullseye-slim
FROM debian:bookworm-slim
ARG GLPI_VERSION