Skip to content

Commit 1f18161

Browse files
Merge pull request #555 from liberusoftware/copilot/fix-dockerfile-build-error
Fix Dockerfile build failure by downgrading PHP 8.5 to 8.3
2 parents 367700a + 19ea2a8 commit 1f18161

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# Accepted values: 8.3 - 8.2
2-
ARG PHP_VERSION=8.5
1+
# Supported PHP versions: 8.2, 8.3
2+
# Note: PHP 8.5 is not yet fully supported by all extensions (rdkafka, memcached, swoole)
3+
ARG PHP_VERSION=8.3
34

45
###########################################
56
# Composer dependencies stage

0 commit comments

Comments
 (0)