From 6278fbb3dce77dc01dedcb4cefa91b428eaa9135 Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 30 Aug 2023 12:05:08 +0930 Subject: [PATCH] feat(php): upgrade php to 8.1 listed as the highest supported version https://github.com/glpi-project/glpi/blob/3fc65ad2769b33b2f1653c398686d30eac7ac232/README.md#prerequisites !4 closes #3 --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 02d5cce..3414cc2 100644 --- a/dockerfile +++ b/dockerfile @@ -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