updated base image

This commit is contained in:
Tamás Gérczei 2023-02-11 08:26:25 +02:00
parent 59c50fa2bc
commit 801c2689a0
Signed by: tgerczei
GPG Key ID: 5B59A7760597B1A1
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.17.1
FROM alpine:3.17.2
ARG BUILD_DATE
@ -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.17 --no-cache \
git-lfs=3.2.0-r3 \
openssh-keygen=9.1_p1-r1 \
openssh-keygen=9.1_p1-r2 \
bash=5.2.15-r0 \
gitea=1.18.3-r0 && \
mkdir /var/cache/gitea && \