Skip to content

Commit 7761d02

Browse files
Update alpine Docker tag to v3.24
1 parent dc5d6bd commit 7761d02

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.23 as prepare
1+
FROM alpine:3.24 as prepare
22

33
ARG MAXMIND_LICENSE_KEY
44

@@ -19,7 +19,7 @@ RUN sed 's/GeoLite2-Country_[0-9]*.tar.gz/GeoLite2-Country.tar.gz/g' -i GeoLite2
1919
RUN sha256sum -c GeoLite2-Country.tar.gz.sha256
2020
RUN tar xvf GeoLite2-Country.tar.gz --strip 1
2121

22-
FROM alpine:3.23 as release
22+
FROM alpine:3.24 as release
2323
LABEL name="ipinfo.tw"
2424
RUN mkdir -p /run/nginx/ /usr/share/GeoIP/
2525
COPY --from=prepare /GeoLite2/*.mmdb /usr/share/GeoIP/

0 commit comments

Comments
 (0)