gitea: Update to version 1.12.0

This commit is contained in:
Alex Palaistras 2023-11-17 19:07:06 +00:00
parent 03f1c1c932
commit 877f87c667

View File

@ -1,5 +1,5 @@
FROM docker.io/debian:bookworm-slim FROM docker.io/debian:bookworm-slim
ARG VERSION=1.20.5 ARG VERSION=1.21.0
ENV PACKAGE_URL https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64 ENV PACKAGE_URL https://dl.gitea.io/gitea/${VERSION}/gitea-${VERSION}-linux-amd64
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y --no-install-recommends \ RUN apt-get update -y && apt-get upgrade -y && apt-get install -y --no-install-recommends \