From 22e27d913dcdd840a9012517e3a6919ab267ccf4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Nov 2022 00:38:04 +0000 Subject: [PATCH] Update alpine Docker tag to v3.17 --- icedreammusic/images/icecast-2.4.4/Dockerfile | 8 ++++---- icedreammusic/metacollector/Dockerfile | 2 +- icedreammusic/tunaposter.Dockerfile | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/icedreammusic/images/icecast-2.4.4/Dockerfile b/icedreammusic/images/icecast-2.4.4/Dockerfile index b322bc9..286d254 100644 --- a/icedreammusic/images/icecast-2.4.4/Dockerfile +++ b/icedreammusic/images/icecast-2.4.4/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.16 AS share +FROM alpine:3.17 AS share RUN apk add --no-cache git WORKDIR /icecast/share/ @@ -9,7 +9,7 @@ RUN chmod -R a-rwx,a+rX . ### -FROM alpine:3.16 AS icecast-download +FROM alpine:3.17 AS icecast-download RUN apk add --no-cache curl ca-certificates WORKDIR /usr/src/ @@ -18,7 +18,7 @@ RUN curl -L http://downloads.xiph.org/releases/icecast/icecast-${ICECAST_VERSION ### -FROM alpine:3.16 AS icecast +FROM alpine:3.17 AS icecast RUN apk add --no-cache \ build-base file openssl-dev libxslt-dev \ @@ -34,7 +34,7 @@ RUN make install ### -FROM alpine:3.16 +FROM alpine:3.17 # add runtime deps RUN \ diff --git a/icedreammusic/metacollector/Dockerfile b/icedreammusic/metacollector/Dockerfile index 5061088..b54d70d 100644 --- a/icedreammusic/metacollector/Dockerfile +++ b/icedreammusic/metacollector/Dockerfile @@ -11,7 +11,7 @@ RUN install -v -m0755 metacollectord /target/usr/local/bin/metacollectord ### -FROM alpine:3.16 +FROM alpine:3.17 RUN apk add sqlite-libs diff --git a/icedreammusic/tunaposter.Dockerfile b/icedreammusic/tunaposter.Dockerfile index e33537d..266af94 100644 --- a/icedreammusic/tunaposter.Dockerfile +++ b/icedreammusic/tunaposter.Dockerfile @@ -9,7 +9,7 @@ RUN install -v -m0755 tunaposter/tunaposter /target/usr/local/bin/tunaposter ### -FROM alpine:3.16 +FROM alpine:3.17 COPY --from=0 /target/ /