diff --git a/Dockerfile b/Dockerfile index 2e41461..7897fca 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.12.3" +LABEL org.opencontainers.image.version="1.12.4" 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.12 --no-c git-lfs=2.11.0-r0 \ openssh-keygen=8.3_p1-r0 \ bash=5.0.17-r0 \ - gitea=1.12.3-r0 && \ + gitea=1.12.4-r0 && \ mkdir /var/cache/gitea && \ chown gitea:www-data /var/cache/gitea