From 98bbf1ed70d3f325b3ce0220887b88b104ed9055 Mon Sep 17 00:00:00 2001 From: giles Date: Thu, 19 Oct 2023 20:44:11 +0100 Subject: [PATCH] 1.20.5 --- gitea/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitea/Dockerfile b/gitea/Dockerfile index b9b455e..13192f2 100644 --- a/gitea/Dockerfile +++ b/gitea/Dockerfile @@ -1,5 +1,5 @@ ARG REGISTRY -FROM gitea/gitea:1.17.0-linux-amd64 +FROM gitea/gitea:1.20.5-linux-amd64 COPY app.ini /init/ COPY ./templates /init/templates/ COPY run.sh /