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