We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 367700a + 19ea2a8 commit 1f18161Copy full SHA for 1f18161
Dockerfile
@@ -1,5 +1,6 @@
1
-# Accepted values: 8.3 - 8.2
2
-ARG PHP_VERSION=8.5
+# Supported PHP versions: 8.2, 8.3
+# Note: PHP 8.5 is not yet fully supported by all extensions (rdkafka, memcached, swoole)
3
+ARG PHP_VERSION=8.3
4
5
###########################################
6
# Composer dependencies stage
0 commit comments