bumped upstream version

This commit is contained in:
Tamás Gérczei 2021-09-22 08:05:46 +03:00
parent a7376f5b66
commit 4ded120969
Signed by: tgerczei
GPG Key ID: 5B59A7760597B1A1
1 changed files with 2 additions and 2 deletions

View File

@ -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.15.2"
LABEL org.opencontainers.image.version="1.15.3"
LABEL org.opencontainers.image.url="https://gitea.io"
LABEL org.opencontainers.image.authors="Tamás Gérczei <tamas@gerczei.eu>"
LABEL org.opencontainers.image.created="${BUILD_DATE}"
@ -18,7 +18,7 @@ RUN apk add --repository https://www.gerczei.eu/packages/alpine/v3.14 --no-c
git-lfs=2.13.1-r1 \
openssh-keygen=8.6_p1-r2 \
bash=5.1.4-r0 \
gitea=1.15.2-r0 && \
gitea=1.15.3-r0 && \
mkdir /var/cache/gitea && \
chown gitea:www-data /var/cache/gitea