From 6efc5c487b314351d512af7f6b32637cecff9606 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20G=C3=A9rczei?= Date: Fri, 16 Apr 2021 07:36:57 +0300 Subject: [PATCH] bumped upstream version, updated base image --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index dc37f7a..5bcbbec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ -FROM alpine:3.13.4 +FROM alpine:3.13.5 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.14.0" +LABEL org.opencontainers.image.version="1.14.1" 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.13 --no-c git-lfs=2.13.1-r0 \ openssh-keygen=8.4_p1-r3 \ bash=5.1.0-r0 \ - gitea=1.14.0-r0 && \ + gitea=1.14.1-r0 && \ mkdir /var/cache/gitea && \ chown gitea:www-data /var/cache/gitea