change to php 8.3

This commit is contained in:
2026-07-26 17:28:39 +03:00
parent 9d7f828bc2
commit 82e0f43e6d
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:8.1-apache
FROM php:8.3-apache
# Install system dependencies
RUN apt-get update && apt-get install -y \