From d56fdf1b8812cf4ec9bdb9ccc55981822e1b2d2f Mon Sep 17 00:00:00 2001 From: drumntetris <84134724+drumntetris@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:21:15 +0100 Subject: [PATCH 1/3] Update Dockerfile updated to version 0.5.o of Al-Azif ps4-exploi-host --- Dockerfile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1f772a2..7cbfbac 100755 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ ARG VERSION LABEL build_version="Romancin version:- ${VERSION} Build-date:- ${BUILD_DATE}" # package version -ARG PS4EXPLOITHOSTVER="0.4.6a1" +ARG PS4EXPLOITHOSTVER="0.5.0" # install flood webui @@ -17,8 +17,8 @@ RUN apk add --no-cache \ python3 && \ cd /app && \ - wget https://github.com/Al-Azif/ps4-exploit-host/releases/download/v$PS4EXPLOITHOSTVER/ps4-exploit-host-v$PS4EXPLOITHOSTVER.zip && \ - unzip /app/ps4-exploit-host-v$PS4EXPLOITHOSTVER.zip && \ + wget https://github.com/Al-Azif/ps4-exploit-host/releases/download/v$PS4EXPLOITHOSTVER/py-v$PS4EXPLOITHOSTVER.zip && \ + unzip /app/py-v$PS4EXPLOITHOSTVER.zip && \ # cleanup rm -rf \ @@ -29,3 +29,7 @@ COPY root/ / # ports and volumes EXPOSE 53 80 + + + +https://github.com/Al-Azif/ps4-exploit-host/releases/download/v0.5.0/py-v0.5.0.zip From 81e879afbd64494d0ab54eb240a736859c3e5402 Mon Sep 17 00:00:00 2001 From: drumntetris <84134724+drumntetris@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:27:04 +0100 Subject: [PATCH 2/3] Update Dockerfile clean up --- Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7cbfbac..e9d8a26 100755 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,3 @@ COPY root/ / # ports and volumes EXPOSE 53 80 - - -https://github.com/Al-Azif/ps4-exploit-host/releases/download/v0.5.0/py-v0.5.0.zip From 8e3cd2084307faa93a8e7c86f9e770002420a4c6 Mon Sep 17 00:00:00 2001 From: drumntetris <84134724+drumntetris@users.noreply.github.com> Date: Mon, 11 Mar 2024 22:28:25 +0100 Subject: [PATCH 3/3] Update run updated to version 0.5.0 --- root/etc/services.d/ps4exploithost/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/services.d/ps4exploithost/run b/root/etc/services.d/ps4exploithost/run index 469fefe..454b6c8 100644 --- a/root/etc/services.d/ps4exploithost/run +++ b/root/etc/services.d/ps4exploithost/run @@ -1,2 +1,2 @@ #!/usr/bin/with-contenv bash -python3 /app/ps4-exploit-host/start.py +python3 /app/py-v0.5.0/start.py