mirror of
https://github.com/friendica/docker
synced 2025-01-30 07:12:18 +01: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;\
|
||||
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 /
|
|
@ -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 /
|
|
@ -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 /
|
Loading…
Reference in a new issue