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