bumped upstream version

This commit is contained in:
Tamás Gérczei 2022-09-07 17:14:18 +03:00
parent 320c3c661f
commit c7168c6bf4
Signed by: tgerczei
GPG Key ID: 5B59A7760597B1A1
1 changed files with 3 additions and 3 deletions

View File

@ -4,12 +4,12 @@ ARG BUILD_DATE
LABEL org.opencontainers.image.title="Gitea - Git with a cup of tea" 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.description="A painless self-hosted Git service."
LABEL org.opencontainers.image.version="1.17.0" LABEL org.opencontainers.image.version="1.17.2"
LABEL org.opencontainers.image.url="https://gitea.io" LABEL org.opencontainers.image.url="https://gitea.io"
LABEL org.opencontainers.image.authors="Tamás Gérczei <tamas@gerczei.eu>" LABEL org.opencontainers.image.authors="Tamás Gérczei <tamas@gerczei.eu>"
LABEL org.opencontainers.image.created="${BUILD_DATE}" LABEL org.opencontainers.image.created="${BUILD_DATE}"
LABEL org.opencontainers.image.source="https://git.gerczei.eu/tgerczei/gitea-alpine" LABEL org.opencontainers.image.source="https://git.gerczei.eu/tgerczei/gitea-alpine"
LABEL org.opencontainers.image.vendor="Gérczei Tamás E.V." LABEL org.opencontainers.image.vendor="Gérczei Tamás"
ADD https://www.gerczei.eu/files/tamas@gerczei.eu-5ec0fe1e.rsa.pub /etc/apk/keys/ ADD https://www.gerczei.eu/files/tamas@gerczei.eu-5ec0fe1e.rsa.pub /etc/apk/keys/
@ -18,7 +18,7 @@ RUN apk add --repository https://www.gerczei.eu/packages/alpine/v3.16 --no-c
git-lfs=3.1.4-r3 \ git-lfs=3.1.4-r3 \
openssh-keygen=9.0_p1-r2 \ openssh-keygen=9.0_p1-r2 \
bash=5.1.16-r2 \ bash=5.1.16-r2 \
gitea=1.17.1-r0 && \ gitea=1.17.2-r0 && \
mkdir /var/cache/gitea && \ mkdir /var/cache/gitea && \
chown gitea:www-data /var/cache/gitea chown gitea:www-data /var/cache/gitea