From c2a69fe261a512758786f244d91c920589a9fde5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20G=C3=A9rczei?= Date: Sat, 4 Jun 2022 16:50:40 +0300 Subject: [PATCH] updated base image --- Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 14c7c49..7b74d74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.15.4 +FROM alpine:3.16.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.15 --no-cache \ - git-lfs=3.0.2-r2 \ - openssh-keygen=8.8_p1-r1 \ - bash=5.1.16-r0 \ +RUN apk add --repository https://www.gerczei.eu/packages/alpine/v3.16 --no-cache \ + git-lfs=3.1.4-r1 \ + openssh-keygen=9.0_p1-r1 \ + bash=5.1.16-r2 \ gitea=1.16.8-r0 && \ mkdir /var/cache/gitea && \ chown gitea:www-data /var/cache/gitea