diff --git a/humhub/Dockerfile b/humhub/Dockerfile index e6f6f96..2869c1b 100644 --- a/humhub/Dockerfile +++ b/humhub/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.2-fpm +FROM php:8.3-fpm # Set shell with pipefail option SHELL ["/bin/bash", "-o", "pipefail", "-c"]