From 8ffd20ec7dabc48bfb7c3ad92390a0fa888ba9dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20G=C3=A9rczei?= Date: Sat, 12 Aug 2023 11:25:03 +0300 Subject: [PATCH] updated base image --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bf7b089..d101a6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \