Compare commits

...

3 Commits

Author SHA1 Message Date
12906550d9
[RC] Bump to 1.6
+ Fix broken plugin installation by updating composer option
2022-08-25 15:22:35 +02:00
f555069ad5
[GITEA] Bump to 1.17.1 2022-08-25 14:56:39 +02:00
8965737cf0
[GITEA] Bump to 1.16.9 2022-07-27 14:30:17 +02:00
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@ version: "3.8"
services:
app:
image: gitea/gitea:1.16.8-rootless
image: gitea/gitea:1.17.1-rootless
depends_on:
- db
expose:

View File

@ -1,4 +1,4 @@
FROM roundcube/roundcubemail:1.4.12-apache
FROM roundcube/roundcubemail:1.6.0-apache
RUN a2enmod remoteip; \
echo "RemoteIPHeader X-Forwarded-For" > /etc/apache2/conf-available/remoteip.conf; \
@ -20,7 +20,7 @@ RUN set -ex; \
composer \
--working-dir=/usr/src/roundcubemail/ \
--prefer-dist --prefer-stable \
--no-update --no-interaction \
--update-no-dev --no-interaction \
--optimize-autoloader --apcu-autoloader \
require \
roundcube/carddav \

View File

@ -3,7 +3,7 @@ version: "3.8"
services:
app:
build: .
image: my_roundcube:1.4.12
image: my_roundcube:1.6.0
restart: unless-stopped
depends_on:
- db