From 0b7cf00794108b23d0b47d1ec3adc1c0fbb686f0 Mon Sep 17 00:00:00 2001 From: Will Fantom Date: Sat, 27 Jul 2024 16:59:14 +0100 Subject: [PATCH] chore: Bump alpine base image version to 3.20 --- build/Dockerfile | 4 ++-- build/fail2ban.Dockerfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/Dockerfile b/build/Dockerfile index 47a82ad..c7039a1 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18 as endlessh-builder +FROM alpine:3.20 as endlessh-builder RUN apk add --no-cache build-base git WORKDIR /src @@ -7,7 +7,7 @@ RUN git clone -b ${ENDLESSH_VERSION} https://github.com/skeeto/endlessh . RUN make -FROM alpine:3.18 +FROM alpine:3.20 RUN apk add --no-cache --progress --quiet \ bash \ diff --git a/build/fail2ban.Dockerfile b/build/fail2ban.Dockerfile index 3146f57..fbcab7f 100644 --- a/build/fail2ban.Dockerfile +++ b/build/fail2ban.Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.18 +FROM alpine:3.20 RUN apk add --no-cache --progress --quiet \ bash \