upgrade to php8.3

This commit is contained in:
root
2025-08-20 16:37:04 +03:30
parent 9237fa17be
commit 13bfb7f8ad

View File

@@ -1,4 +1,4 @@
FROM git.alshafagh.ir/docker/php:8.2-cli-bullseye
FROM git.alshafagh.ir/docker/php:8.3-cli-bullseye
RUN apt-get update; \
apt-get upgrade -yqq; \
pecl -q channel-update pecl.php.net; \