From 2a56e560c925358779e7ab62211e35dacd38d4b9 Mon Sep 17 00:00:00 2001 From: giles Date: Thu, 19 Oct 2023 19:23:37 +0100 Subject: [PATCH] 14 --- gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/Dockerfile b/gitea/Dockerfile index 017f4a9..ffd87f0 100644 --- a/gitea/Dockerfile +++ b/gitea/Dockerfile @@ -1,5 +1,5 @@ ARG REGISTRY -FROM gitea/gitea:1.13.0-linux-amd64 +FROM gitea/gitea:1.14.0-linux-amd64 COPY app.ini /init/ COPY ./templates /init/templates/ COPY run.sh /