From b74f9b685825b483353806aea307ceeb5267bc87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 05:38:24 +0000 Subject: [PATCH] Update alpine Docker tag to v3.20 --- externalip/Dockerfile | 2 +- prometheus-fusion/Dockerfile | 2 +- sentry/Dockerfile | 2 +- vice-president/Dockerfile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/externalip/Dockerfile b/externalip/Dockerfile index 5d8cb53a3..f8f277fbd 100644 --- a/externalip/Dockerfile +++ b/externalip/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18 +FROM alpine:3.20 LABEL source_repository="https://github.com/sapcc/kubernetes-operators" RUN apk add --no-cache iptables diff --git a/prometheus-fusion/Dockerfile b/prometheus-fusion/Dockerfile index 631aefd69..7435c220b 100644 --- a/prometheus-fusion/Dockerfile +++ b/prometheus-fusion/Dockerfile @@ -5,7 +5,7 @@ COPY . . ARG VERSION RUN make all -FROM alpine:3.7 +FROM alpine:3.20 MAINTAINER Arno Uhlig LABEL source_repository="https://github.com/sapcc/kubernetes-operators" diff --git a/sentry/Dockerfile b/sentry/Dockerfile index 14c74a9a7..773bd5ec1 100644 --- a/sentry/Dockerfile +++ b/sentry/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.8 +FROM alpine:3.20 MAINTAINER Fabian Ruff LABEL source_repository="https://github.com/sapcc/kubernetes-operators" diff --git a/vice-president/Dockerfile b/vice-president/Dockerfile index d9381322e..2fa6f9fd5 100644 --- a/vice-president/Dockerfile +++ b/vice-president/Dockerfile @@ -5,7 +5,7 @@ COPY . . ARG VERSION RUN make all -FROM alpine:3.10 +FROM alpine:3.20 LABEL maintainer="Michael Schmidt , Arno Uhlig " LABEL source_repository="https://github.com/sapcc/kubernetes-operators"