From 5b1e3462821444fc5a8ef7b0182ef2ac6a1e7f5b Mon Sep 17 00:00:00 2001 From: Iurii Tatishchev Date: Fri, 22 Dec 2023 13:07:21 -0800 Subject: [PATCH] updates: nextcloud, gitea --- .../collections/apps/gitea/templates/docker-compose.yml.j2 | 2 +- roles/alpina/collections/apps/nextcloud/templates/.env.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/alpina/collections/apps/gitea/templates/docker-compose.yml.j2 b/roles/alpina/collections/apps/gitea/templates/docker-compose.yml.j2 index 95048df..49632f0 100644 --- a/roles/alpina/collections/apps/gitea/templates/docker-compose.yml.j2 +++ b/roles/alpina/collections/apps/gitea/templates/docker-compose.yml.j2 @@ -9,7 +9,7 @@ networks: services: server: - image: gitea/gitea:1.20 + image: gitea/gitea:1.21 container_name: gitea_server labels: - {{ helpers.traefik_labels('gitea', port='3000') | indent(6) }} diff --git a/roles/alpina/collections/apps/nextcloud/templates/.env.j2 b/roles/alpina/collections/apps/nextcloud/templates/.env.j2 index 1eb4221..c013a26 100644 --- a/roles/alpina/collections/apps/nextcloud/templates/.env.j2 +++ b/roles/alpina/collections/apps/nextcloud/templates/.env.j2 @@ -1 +1 @@ -NEXTCLOUD_VERSION=27-fpm-alpine +NEXTCLOUD_VERSION=28-fpm-alpine