Update
All checks were successful
Build container / fedora-build (push) Successful in 8m11s

This commit is contained in:
maurice
2025-12-03 19:56:25 +01:00
parent 28843cdb89
commit efe72f205d
4 changed files with 12 additions and 12 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.5"
RUN /bin/bash -c "export TERM=xterm && $(curl -fsSL https://php.new/install/linux/${php_version})"