diff --git a/Dockerfile b/Dockerfile index f04bcdb7bb98a83ebee595e158f1e4bd1eebe994..8e7209752774762b4736d859bd4463433bffe658 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN mkdir -p /var/www/skeleton/Documents && mkdir -p /var/www/skeleton/Images COPY patches/ ${TMP_PATCH_DIR}/ COPY custom_entrypoint.sh / RUN chmod +x /custom_entrypoint.sh -RUN sed -i 's/20,0,11,1/20,0,11,6/' ${BASE_DIR}/version.php +RUN sed -i 's/20,0,11,1/20,0,11,5/' ${BASE_DIR}/version.php # Install unzip for unzipping artifacts RUN apt-get update && apt-get install unzip