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,2 +1,2 @@
#!/bin/bash
arg "-p 8080:8080"
arg "-p 5173:5173 --network dev-php"

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})"

View File

@@ -1,5 +1,5 @@
FROM git.plabble.org/maurice/dotnet:main
ARG rider_version="2025.3.0.2"
ARG rider_version="2025.3.0.3"
ARG download_uri="https://download.jetbrains.com/rider/JetBrains.Rider-${rider_version}.tar.gz"
USER root