gitea: Update to version 1.20.3

This commit is contained in:
Alex Palaistras 2023-08-22 19:21:42 +01:00
parent 2976386e2f
commit 035f34af75

View File

@ -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 && \