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