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

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

Corrected version change sed

parent 0daf28fe
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ ARG ECLOUD_LAUNCHER_JOB_ID="208960"
ARG GOOGLE_INTEGRATION_VERSION="1.0.6-1-nightly"

COPY patches/ ${TMP_PATCH_DIR}/
RUN sed -i 's/21,0,7,2/21,0,7,3/' ${BASE_DIR}/version.php
RUN sed -i 's/21,0,7,0/21,0,7,3/' ${BASE_DIR}/version.php

# Install unzip for unzipping artifacts
RUN apt-get update && apt-get install unzip