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

@ -8,6 +8,8 @@
![Project Status - Active](https://img.shields.io/badge/Project%20Status-Active-green?logo=gitlab&style=plastic)
[![Docker Pulls](https://img.shields.io/docker/pulls/nofusscomputing/docker-glpi?style=plastic&logo=docker&color=0db7ed)](https://hub.docker.com/r/nofusscomputing/docker-glpi) [![Artifact Hub](https://img.shields.io/endpoint?style=plastic&url=https://artifacthub.io/badge/repository/nfc-docker-glpi)](https://artifacthub.io/packages/search?repo=nfc-docker-glpi)
<br>
![Gitlab forks count](https://img.shields.io/badge/dynamic/json?label=Forks&query=%24.forks_count&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F12928828%2F&color=ff782e&logo=gitlab&style=plastic) ![Gitlab stars](https://img.shields.io/badge/dynamic/json?label=Stars&query=%24.star_count&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F12928828%2F&color=ff782e&logo=gitlab&style=plastic) [![Open Issues](https://img.shields.io/badge/dynamic/json?color=ff782e&logo=gitlab&style=plastic&label=Open%20Issues&query=%24.statistics.counts.opened&url=https%3A%2F%2Fgitlab.com%2Fapi%2Fv4%2Fprojects%2F12928828%2Fissues_statistics)](https://gitlab.com/nofusscomputing/projects/docker-glpi/-/issues)

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