This commit is contained in:
maurice
2025-11-04 09:21:55 +01:00
parent 3a50fff009
commit 6acfe407ba
2 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
FROM git.plabble.org/maurice/fedora:main
ARG php_version="8.1" # 8.4 is latest
ARG php_version="8.4"
RUN /bin/bash -c "export TERM=xterm && $(curl -fsSL https://php.new/install/linux/${php_version})"