diff --git a/Dockerfile b/Dockerfile index b11a0fcdea88fcced2a328900df6235916b6cba7..a8309c483111a5b21d18e8f622c1f4f86e225e99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,7 +20,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,12,1/20,0,12,13/' ${BASE_DIR}/version.php +RUN sed -i 's/20,0,12,1/20,0,12,14/' ${BASE_DIR}/version.php # Install unzip for unzipping artifacts RUN apt-get update && apt-get install unzip