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

Commit 72ec9fb8 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

docker imnage 24.0.8

parent 004ac8ad
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
FROM nextcloud:24.0.7-fpm AS nextcloud
FROM nextcloud:24.0.8-fpm AS nextcloud
ARG BASE_DIR="/usr/src/nextcloud"
ARG TMP_PATCH_DIR="/tmp/build_patches"
ARG THEME_HELPER_JOB_ID="446245"
@@ -16,7 +16,7 @@ ARG ECLOUD_LAUNCHER_JOB_ID="445974"
ARG GOOGLE_INTEGRATION_VERSION="1.0.8"


RUN sed -i 's/24,0,7,1/24,0,7,11/' ${BASE_DIR}/version.php
RUN sed -i 's/24,0,8,1/24,0,8,1/' ${BASE_DIR}/version.php
COPY custom_entrypoint.sh /
RUN chmod +x /custom_entrypoint.sh
RUN mkdir -p /var/www/skeleton/Documents && mkdir -p /var/www/skeleton/Images