From 299abd93044685ba1e9fb3abc2a7916e7514b488 Mon Sep 17 00:00:00 2001 From: David Blacka Date: Sun, 26 Mar 2023 18:04:05 -0400 Subject: [PATCH] update to gitea 1.19 --- README.md | 2 +- docker-compose.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e3b0b0..850c14b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repo consists of some deployment files for running [gitea](https://gitea.io/en-us/), a Go-based git repository manager (think a Go-based simple github.com-like service.) -The idea here is to host a git repository and project management system, only because it is somewhat easy to do so, and this is better than just using [gitweb](). +The idea here is to host a git repository and project management system, only because it is somewhat easy to do so, and this is better than just using [gitweb](https://blacka.com/cgi-bin/gitweb.cgi). ## Overview diff --git a/docker-compose.yaml b/docker-compose.yaml index 87e4306..f18ff29 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -6,7 +6,7 @@ networks: services: server: - image: gitea/gitea:1.18.5 + image: gitea/gitea:1.19 container_name: gitea environment: - USER_UID=895 -- 2.36.6