]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
bump alpine version for sdist stage to 3.23 17482/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 29 May 2026 10:52:28 +0000 (12:52 +0200)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 29 May 2026 10:52:28 +0000 (12:52 +0200)
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
builder-support/dockerfiles/Dockerfile.authoritative
builder-support/dockerfiles/Dockerfile.dnsdist
builder-support/dockerfiles/Dockerfile.recursor
builder-support/dockerfiles/Dockerfile.target.sdist

index 0327fe91e596d58fe9053009a455a7222c51e323..3b46b28ca6de782a316f5002af672208475a5473 100644 (file)
@@ -1,4 +1,4 @@
-FROM alpine:3.21 AS pdns-authoritative
+FROM alpine:3.23 AS pdns-authoritative
 ARG BUILDER_CACHE_BUSTER=
 
 RUN apk add --no-cache gcc g++ make tar autoconf automake protobuf-dev lua-dev \
index 1cd47e27800df303e44ec4915341568021b07f76..b1f56b2168af35e0cd85defa18103fe02389f92e 100644 (file)
@@ -1,4 +1,4 @@
-FROM alpine:3.21 AS dnsdist
+FROM alpine:3.23 AS dnsdist
 ARG BUILDER_CACHE_BUSTER=
 
 RUN apk add --no-cache gcc g++ make tar autoconf automake protobuf-dev lua-dev \
index f8ecabd25905e833c241dd0735e8b9384265624b..e2f9bfa9155262d58d7286c41701ea1bbfc23f39 100644 (file)
@@ -1,4 +1,4 @@
-FROM alpine:3.21 AS pdns-recursor
+FROM alpine:3.23 AS pdns-recursor
 ARG BUILDER_CACHE_BUSTER=
 
 RUN apk add --no-cache gcc g++ make tar autoconf automake protobuf-dev lua-dev \
index 45fe6630d011dae85bae59779eb2719ce83c468a..b993880a9c9066d4478ad42d4e8d9e8515065786 100644 (file)
@@ -10,7 +10,7 @@
 @INCLUDE Dockerfile.dnsdist
 @ENDIF
 
-FROM alpine:3.21 AS sdist
+FROM alpine:3.23 AS sdist
 ARG BUILDER_CACHE_BUSTER=
 
 @IF [ -z "$M_authoritative$M_recursor$M_dnsdist$M_all" ]