mirror of
https://github.com/friendica/docker
synced 2025-05-06 03:00:14 +02:00
Merge pull request #153 from nupplaphil/feat/release
Friendica 2021.06 RC image
This commit is contained in:
commit
c0eada96f0
27 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 "2021.03-rc"
|
ENV FRIENDICA_VERSION "2021.06-rc"
|
||||||
ENV FRIENDICA_ADDONS "2021.03-rc"
|
ENV FRIENDICA_ADDONS "2021.06-rc"
|
||||||
|
|
||||||
|
|
||||||
COPY *.sh upgrade.exclude /
|
COPY *.sh upgrade.exclude /
|
|
@ -98,8 +98,8 @@ RUN set -ex; \
|
||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
|
|
||||||
ENV FRIENDICA_VERSION "2021.03-rc"
|
ENV FRIENDICA_VERSION "2021.06-rc"
|
||||||
ENV FRIENDICA_ADDONS "2021.03-rc"
|
ENV FRIENDICA_ADDONS "2021.06-rc"
|
||||||
|
|
||||||
|
|
||||||
COPY *.sh upgrade.exclude /
|
COPY *.sh upgrade.exclude /
|
|
@ -123,8 +123,8 @@ RUN set -ex; \
|
||||||
VOLUME /var/www/html
|
VOLUME /var/www/html
|
||||||
|
|
||||||
|
|
||||||
ENV FRIENDICA_VERSION "2021.03-rc"
|
ENV FRIENDICA_VERSION "2021.06-rc"
|
||||||
ENV FRIENDICA_ADDONS "2021.03-rc"
|
ENV FRIENDICA_ADDONS "2021.06-rc"
|
||||||
|
|
||||||
|
|
||||||
COPY *.sh upgrade.exclude /
|
COPY *.sh upgrade.exclude /
|
Loading…
Add table
Reference in a new issue