fixed build by correcting package version number for "openssh-keygen"

This commit is contained in:
Tamás Gérczei 2021-07-06 18:37:27 +03:00
parent e36fa55e88
commit 7a940f1086
Signed by: tgerczei
GPG Key ID: 5B59A7760597B1A1
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ 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.14 --no-cache \
git-lfs=2.13.1-r1 \
openssh-keygen=8.6_p1-r1 \
openssh-keygen=8.6_p1-r2 \
bash=5.1.4-r0 \
gitea=1.14.4-r0 && \
mkdir /var/cache/gitea && \