From 0e26e8b2ba1199ae68c674a8de931e3ab42b215b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20G=C3=A9rczei?= Date: Sun, 16 Oct 2022 20:12:44 +0300 Subject: [PATCH] bumped upstream version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6fcb15e..c0a2f70 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.17.2" +LABEL org.opencontainers.image.version="1.17.3" LABEL org.opencontainers.image.url="https://gitea.io" LABEL org.opencontainers.image.authors="Tamás Gérczei " LABEL org.opencontainers.image.created="${BUILD_DATE}" @@ -15,7 +15,7 @@ ADD https://www.gerczei.eu/files/tamas@gerczei.eu-5ec0fe1e.rsa.pub /etc/apk/keys # using a community package re-built locally via apkbuild with MySQL support RUN apk add --repository https://www.gerczei.eu/packages/alpine/v3.16 --no-cache \ - git-lfs=3.1.4-r3 \ + git-lfs=3.1.4-r5 \ openssh-keygen=9.0_p1-r2 \ bash=5.1.16-r2 \ gitea=1.17.2-r0 && \