gitea: Update to version 1.21.2

This commit is contained in:
Alex Palaistras 2023-12-15 16:47:06 +00:00
parent b234163cc5
commit 8e408413a1

View File

@ -1,5 +1,5 @@
FROM docker.io/debian:bookworm-slim FROM docker.io/debian:bookworm-slim
ARG VERSION=1.21.1 ARG VERSION=1.21.2
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 \