Loading Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ ARG CALENDAR_JOB_ID="738789" ARG EMAIL_RECOVERY_JOB_ID="738840" ARG EA_JOB_ID="738865" ARG LAUNCHER_JOB_ID="738816" ARG GOOGLE_INTEGRATION_VERSION="1.0.9" ARG GOOGLE_INTEGRATION_VERSION="2.1.0" ARG DASHBOARD_JOB_ID="748055" ARG SNAPPY_VERSION="2.29.1" ARG SNAPPY_THEME_VERSION="3.0.0" Loading Loading @@ -60,7 +60,7 @@ RUN curl -fsSL -o murena_launcher.zip \ rm murena_launcher.zip; RUN curl -fsSL -o integration_google.tar.gz \ "https://github.com/nextcloud/integration_google/releases/download/v${GOOGLE_INTEGRATION_VERSION}/integration_google-${GOOGLE_INTEGRATION_VERSION}.tar.gz" && \ "https://github.com/nextcloud-releases/integration_google/releases/download/v${GOOGLE_INTEGRATION_VERSION}/integration_google-v${GOOGLE_INTEGRATION_VERSION}.tar.gz" && \ tar -xf integration_google.tar.gz -C ${BASE_DIR}/custom_apps/ && \ chown -R www-data:www-data ${BASE_DIR}/custom_apps/integration_google && \ rm integration_google.tar.gz; Loading Loading
Dockerfile +2 −2 Original line number Diff line number Diff line Loading @@ -8,7 +8,7 @@ ARG CALENDAR_JOB_ID="738789" ARG EMAIL_RECOVERY_JOB_ID="738840" ARG EA_JOB_ID="738865" ARG LAUNCHER_JOB_ID="738816" ARG GOOGLE_INTEGRATION_VERSION="1.0.9" ARG GOOGLE_INTEGRATION_VERSION="2.1.0" ARG DASHBOARD_JOB_ID="748055" ARG SNAPPY_VERSION="2.29.1" ARG SNAPPY_THEME_VERSION="3.0.0" Loading Loading @@ -60,7 +60,7 @@ RUN curl -fsSL -o murena_launcher.zip \ rm murena_launcher.zip; RUN curl -fsSL -o integration_google.tar.gz \ "https://github.com/nextcloud/integration_google/releases/download/v${GOOGLE_INTEGRATION_VERSION}/integration_google-${GOOGLE_INTEGRATION_VERSION}.tar.gz" && \ "https://github.com/nextcloud-releases/integration_google/releases/download/v${GOOGLE_INTEGRATION_VERSION}/integration_google-v${GOOGLE_INTEGRATION_VERSION}.tar.gz" && \ tar -xf integration_google.tar.gz -C ${BASE_DIR}/custom_apps/ && \ chown -R www-data:www-data ${BASE_DIR}/custom_apps/integration_google && \ rm integration_google.tar.gz; Loading