From 65ee3fed4e3379ae011baeb49c48b727495b37dc Mon Sep 17 00:00:00 2001 From: Christoph Kappestein Date: Sun, 25 Aug 2024 12:25:29 +0200 Subject: [PATCH] update version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5017182..c2f1402 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM php:8.1-apache +FROM php:8.2-apache MAINTAINER Christoph Kappestein -LABEL description="TypeAPI website" +LABEL description="Fusio website" ENV COMPOSER_VERSION "2.5.5" ENV COMPOSER_SHA256 "566a6d1cf4be1cc3ac882d2a2a13817ffae54e60f5aa7c9137434810a5809ffc"