2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-24 18:14:57 +02:00

Friendica 2021.06 RC

This commit is contained in:
Philipp Holzer 2021-05-21 22:21:25 +02:00
parent 5c0d66cdc4
commit 0efa3647e8
No known key found for this signature in database
GPG key ID: 9A28B7D4FF5667BD
27 changed files with 6 additions and 6 deletions

View file

@ -132,8 +132,8 @@ RUN set -ex;\
} > /etc/apache2/conf-available/remoteip.conf;\
a2enconf remoteip
ENV FRIENDICA_VERSION "2021.03-rc"
ENV FRIENDICA_ADDONS "2021.03-rc"
ENV FRIENDICA_VERSION "2021.06-rc"
ENV FRIENDICA_ADDONS "2021.06-rc"
COPY *.sh upgrade.exclude /

View file

@ -98,8 +98,8 @@ RUN set -ex; \
VOLUME /var/www/html
ENV FRIENDICA_VERSION "2021.03-rc"
ENV FRIENDICA_ADDONS "2021.03-rc"
ENV FRIENDICA_VERSION "2021.06-rc"
ENV FRIENDICA_ADDONS "2021.06-rc"
COPY *.sh upgrade.exclude /

View file

@ -123,8 +123,8 @@ RUN set -ex; \
VOLUME /var/www/html
ENV FRIENDICA_VERSION "2021.03-rc"
ENV FRIENDICA_ADDONS "2021.03-rc"
ENV FRIENDICA_VERSION "2021.06-rc"
ENV FRIENDICA_ADDONS "2021.06-rc"
COPY *.sh upgrade.exclude /