feat: Bump GLPI version 10.0.15 -> 10.0.16

!34
This commit is contained in:
2024-08-01 16:01:42 +09:30
parent 549c91f3fb
commit 01d78e0bfb
2 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,4 @@
ARG GLPI_VERSION=10.0.15
ARG GLPI_VERSION=10.0.16
ARG VERSION_PHP=8.2
FROM debian:bookworm-slim as prepare
@ -35,6 +35,13 @@ RUN export GLPI_URL=$(curl -s https://api.github.com/repos/glpi-project/glpi/rel
FROM debian:bookworm-slim
LABEL \
org.opencontainers.image.vendor="No Fuss Computing" \
org.opencontainers.image.title="GLPI" \
org.opencontainers.image.description="GLPI Within a docker container" \
org.opencontainers.image.vendor="No Fuss Computing" \
io.artifacthub.package.license="MIT"
ARG GLPI_VERSION
ARG VERSION_PHP