updated base image

This commit is contained in:
Tamás Gérczei 2023-08-12 11:25:03 +03:00
parent a26401a130
commit 8ffd20ec7d
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.18.2
FROM alpine:3.18.3
ARG BUILD_DATE
@ -15,7 +15,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.18 --no-cache \
git-lfs=3.3.0-r2 \
git-lfs=3.3.0-r3 \
openssh-keygen=9.3_p2-r0 \
bash=5.2.15-r5 \
gitea=1.20.2-r0 && \