From ddd50da0dc4cc4a0e45a87f18fb291ab7e6c4e27 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Tue, 3 Oct 2023 22:43:10 +0100 Subject: [PATCH] gitea: Update to version 1.20.5 --- service/gitea/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/gitea/Containerfile b/service/gitea/Containerfile index 0a6a6bc..5f38bb0 100644 --- a/service/gitea/Containerfile +++ b/service/gitea/Containerfile @@ -1,5 +1,5 @@ FROM docker.io/debian:bookworm-slim -ARG VERSION=1.20.3 +ARG VERSION=1.20.5 ENV PACKAGE_URL https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 RUN apt-get update -y && apt-get upgrade -y && \