Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
-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 \
-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 \
-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 \
@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" ]