This commit is contained in:
maurice
2025-11-04 09:20:46 +01:00
parent 212463c725
commit 3a50fff009
2 changed files with 4 additions and 1 deletions

View File

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