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