diff --git a/Dockerfile b/Dockerfile index c70683f..aa65956 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ############################################################################################### # theflashback - BASE ############################################################################################### -FROM php:8.2-apache as theflashback-base +FROM php:8.3-apache as theflashback-base WORKDIR /usr/share/nginx/html