From 766c8a6e81f0d51e14eceb0cdf8e8aacdd3224d6 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 20 Feb 2022 01:59:08 +0100 Subject: [PATCH] Alpine Linux 3.15 (#253) Co-authored-by: CrazyMax --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e7aee42..aebf628 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ARG LIBRENMS_VERSION="22.2.0" FROM crazymax/yasu:latest AS yasu -FROM crazymax/alpine-s6:3.14-2.2.0.3 +FROM crazymax/alpine-s6:3.15-2.2.0.3 COPY --from=yasu / / RUN apk --update --no-cache add \ @@ -62,7 +62,7 @@ RUN apk --update --no-cache add \ rrdtool \ runit \ shadow \ - syslog-ng=3.30.1-r1 \ + syslog-ng=3.30.1-r3 \ ttf-dejavu \ tzdata \ util-linux \