From 7761d02232c877585b10d86152cd6105661950e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 00:44:14 +0000 Subject: [PATCH] Update alpine Docker tag to v3.24 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b00f5e3..63775bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.23 as prepare +FROM alpine:3.24 as prepare ARG MAXMIND_LICENSE_KEY @@ -19,7 +19,7 @@ RUN sed 's/GeoLite2-Country_[0-9]*.tar.gz/GeoLite2-Country.tar.gz/g' -i GeoLite2 RUN sha256sum -c GeoLite2-Country.tar.gz.sha256 RUN tar xvf GeoLite2-Country.tar.gz --strip 1 -FROM alpine:3.23 as release +FROM alpine:3.24 as release LABEL name="ipinfo.tw" RUN mkdir -p /run/nginx/ /usr/share/GeoIP/ COPY --from=prepare /GeoLite2/*.mmdb /usr/share/GeoIP/