mirror of
https://github.com/friendica/docker
synced 2025-03-30 03:37:07 +02:00
Runs update.sh
This commit is contained in:
parent
b763aca8e5
commit
ca5b039dd1
3 changed files with 6 additions and 6 deletions
|
@ -132,8 +132,8 @@ RUN set -ex;\
|
||||||
} > /etc/apache2/conf-available/remoteip.conf;\
|
} > /etc/apache2/conf-available/remoteip.conf;\
|
||||||
a2enconf remoteip
|
a2enconf remoteip
|
||||||
|
|
||||||
ENV FRIENDICA_VERSION "2020.09"
|
ENV FRIENDICA_VERSION "2020.09-1"
|
||||||
ENV FRIENDICA_ADDONS "2020.09"
|
ENV FRIENDICA_ADDONS "2020.09-1"
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
curl -fsSL -o friendica.tar.gz \
|
curl -fsSL -o friendica.tar.gz \
|
||||||
|
|
|
@ -98,8 +98,8 @@ RUN set -ex; \
|
||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
|
|
||||||
ENV FRIENDICA_VERSION "2020.09"
|
ENV FRIENDICA_VERSION "2020.09-1"
|
||||||
ENV FRIENDICA_ADDONS "2020.09"
|
ENV FRIENDICA_ADDONS "2020.09-1"
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
curl -fsSL -o friendica.tar.gz \
|
curl -fsSL -o friendica.tar.gz \
|
||||||
|
|
|
@ -123,8 +123,8 @@ RUN set -ex; \
|
||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
|
|
||||||
ENV FRIENDICA_VERSION "2020.09"
|
ENV FRIENDICA_VERSION "2020.09-1"
|
||||||
ENV FRIENDICA_ADDONS "2020.09"
|
ENV FRIENDICA_ADDONS "2020.09-1"
|
||||||
|
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
curl -fsSL -o friendica.tar.gz \
|
curl -fsSL -o friendica.tar.gz \
|
||||||
|
|
Loading…
Add table
Reference in a new issue