feat(php): upgrade php to 8.1

listed as the highest supported version
3fc65ad276/README.md (prerequisites)

!4 closes #3
This commit is contained in:
2023-08-30 12:05:08 +09:30
parent 688517556a
commit 6278fbb3dc

View File

@ -1,5 +1,5 @@
ARG GLPI_VERSION=10.0.9
ARG VERSION_PHP=7.4
ARG VERSION_PHP=8.1
FROM debian:bullseye-slim as prepare