From 2c4a6abc36c0d105ac3ba79976e7468ac9fd9e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20G=C3=A9rczei?= Date: Mon, 2 May 2022 17:11:32 +0300 Subject: [PATCH] bumped upstream version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1021e0a..822ad52 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG BUILD_DATE LABEL org.opencontainers.image.title="Gitea - Git with a cup of tea" LABEL org.opencontainers.image.description="A painless self-hosted Git service." -LABEL org.opencontainers.image.version="1.16.6" +LABEL org.opencontainers.image.version="1.16.7" LABEL org.opencontainers.image.url="https://gitea.io" LABEL org.opencontainers.image.authors="Tamás Gérczei " LABEL org.opencontainers.image.created="${BUILD_DATE}" @@ -18,7 +18,7 @@ RUN apk add --repository https://www.gerczei.eu/packages/alpine/v3.15 --no-c git-lfs=3.0.2-r1 \ openssh-keygen=8.8_p1-r1 \ bash=5.1.16-r0 \ - gitea=1.16.6-r0 && \ + gitea=1.16.7-r0 && \ mkdir /var/cache/gitea && \ chown gitea:www-data /var/cache/gitea