2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-24 01:34:58 +02:00

Merge pull request #153 from nupplaphil/feat/release

Friendica 2021.06 RC image
This commit is contained in:
Hypolite Petovan 2021-05-21 18:37:52 -04:00 committed by GitHub
commit c0eada96f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 /