bumped upstream version

This commit is contained in:
Tamás Gérczei 2023-05-04 18:35:17 +03:00
parent 57ff0d9774
commit 6d047d6521
Signed by: tgerczei
GPG Key ID: 5B59A7760597B1A1
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@ ADD https://www.gerczei.eu/files/tamas@gerczei.eu-5ec0fe1e.rsa.pub /etc/apk/keys
# using a community package re-built locally via apkbuild with MySQL support
RUN apk add --repository https://www.gerczei.eu/packages/alpine/v3.17 --no-cache \
git-lfs=3.2.0-r5 \
git-lfs=3.2.0-r6 \
openssh-keygen=9.1_p1-r2 \
bash=5.2.15-r0 \
gitea=1.19.2-r0 && \
gitea=1.19.3-r0 && \
mkdir /var/cache/gitea && \
chown gitea:www-data /var/cache/gitea