diff --git a/Dockerfile b/Dockerfile index 1f772a2..e9d8a26 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,4 @@ COPY root/ / # ports and volumes EXPOSE 53 80 + 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