From 35a652b4d571201d37c79d7822b8fa904ddb8eac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20G=C3=A9rczei?= Date: Sat, 27 Nov 2021 17:39:06 +0200 Subject: [PATCH] updated base image --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index e6b05df..5ca3a91 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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