From 410e0ecd950afa9d9093d358a2c833769e622c9c Mon Sep 17 00:00:00 2001 From: Simon C Date: Wed, 3 Feb 2021 10:05:17 +0100 Subject: [PATCH] chore: Upgrade Gitea to 1.13.2 --- examples/git.cool.life/.env | 2 +- gitea/.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/git.cool.life/.env b/examples/git.cool.life/.env index 068678f..80c1241 100644 --- a/examples/git.cool.life/.env +++ b/examples/git.cool.life/.env @@ -7,7 +7,7 @@ COMPOSE_FILE=../../postgres/docker-compose.yml:../../gitea/docker-compose.yml:.. # APP TRAEFIK_NETWORK_NAME=kifeart -GITEA_IMAGE=gitea/gitea:1.13.1 +GITEA_IMAGE=gitea/gitea:1.13.2 GITEA_CONTAINER_NAME=aetig GITEA_VOLUME_NAME=aetig GITEA_PROTOCOL=https diff --git a/gitea/.env b/gitea/.env index 1b3e80e..56bef8a 100644 --- a/gitea/.env +++ b/gitea/.env @@ -2,7 +2,7 @@ COMPOSE_FILE=../postgres/docker-compose.yml:./docker-compose.yml:./docker-compos # APP -GITEA_IMAGE=gitea/gitea:1.13.1 +GITEA_IMAGE=gitea/gitea:1.13.2 GITEA_CONTAINER_NAME=gitea GITEA_VOLUME_NAME=gitea GITEA_PROTOCOL=http