updated base image

This commit is contained in:
Tamás Gérczei 2021-11-27 17:39:06 +02:00
parent 8b4882cf7d
commit 35a652b4d5
Signed by: tgerczei
GPG Key ID: 5B59A7760597B1A1
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.14.2
FROM alpine:3.15.0
ARG BUILD_DATE
@ -14,10 +14,10 @@ LABEL org.opencontainers.image.vendor="Gérczei Tamás E.V."
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-r3 \
bash=5.1.4-r0 \
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.15.6-r0 && \
mkdir /var/cache/gitea && \
chown gitea:www-data /var/cache/gitea