Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd56bacd authored by Akhil's avatar Akhil 🙂
Browse files

Merge branch 'bump-version-number' into 'master'

Bumped to 20,0,12,14 to keep up-to-date with staging

See merge request !46
parents 0094e640 2668054f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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