updated base image

This commit is contained in:
Tamás Gérczei 2023-12-02 11:23:06 +02:00
parent de613dabfb
commit 456f7d5d2d
Signed by: tgerczei
GPG Key ID: 5B59A7760597B1A1
1 changed files with 2 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:3.18.4
FROM alpine:3.18.5
ARG BUILD_DATE
@ -14,9 +14,7 @@ LABEL org.opencontainers.image.vendor="Gérczei Tamás"
ADD https://git.gerczei.eu/api/packages/tgerczei/alpine/key /etc/apk/keys/tgerczei@a6d5511b4c93844ff5ab30b8c04ded788463887b193bbd12d1410ef81967ed84.rsa.pub
# using a community package re-built locally via apkbuild with MySQL support
RUN apk update && \
apk upgrade --no-cache && \
apk add --repository https://git.gerczei.eu/api/packages/tgerczei/alpine/v3.18/gitea-alpine --no-cache \
RUN apk add --repository https://git.gerczei.eu/api/packages/tgerczei/alpine/v3.18/gitea-alpine --no-cache \
git-lfs=3.3.0-r6 \
openssh-keygen=9.3_p2-r0 \
bash=5.2.15-r5 \