diff --git a/Dockerfile b/Dockerfile index f3774c1..afcdb23 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.20.4" +LABEL org.opencontainers.image.version="1.20.5" 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://git.gerczei.eu/api/packages/tgerczei/alpine git-lfs=3.3.0-r4 \ openssh-keygen=9.3_p2-r0 \ bash=5.2.15-r5 \ - gitea=1.20.4-r0 && \ + gitea=1.20.5-r0 && \ mkdir /var/cache/gitea && \ chown gitea:www-data /var/cache/gitea