bumped upstream version

This commit is contained in:
Tamás Gérczei 2022-02-24 21:42:46 +02:00
parent 5b6d827034
commit d7c7090517
Signed by: tgerczei
GPG Key ID: 5B59A7760597B1A1
1 changed files with 3 additions and 3 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.16.1"
LABEL org.opencontainers.image.version="1.16.2"
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}"
@ -17,8 +17,8 @@ ADD https://www.gerczei.eu/files/tamas@gerczei.eu-5ec0fe1e.rsa.pub /etc/apk/keys
RUN apk add --repository https://www.gerczei.eu/packages/alpine/v3.15 --no-cache \
git-lfs=3.0.2-r0 \
openssh-keygen=8.8_p1-r1 \
bash=5.1.8-r0 \
gitea=1.16.1-r0 && \
bash=5.1.16-r0 \
gitea=1.16.2-r0 && \
mkdir /var/cache/gitea && \
chown gitea:www-data /var/cache/gitea