]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Move to newer alpine for docker buildbot, needed for proper 8194/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 13 Aug 2019 14:17:54 +0000 (16:17 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 13 Aug 2019 14:28:13 +0000 (16:28 +0200)
boost context detection

builder-support/dockerfiles/Dockerfile.authoritative
builder-support/dockerfiles/Dockerfile.dnsdist
builder-support/dockerfiles/Dockerfile.recursor
builder-support/dockerfiles/Dockerfile.target.sdist

index fbfafe29c12e504aceed93c8e4e63ffd915f2124..3bc8231c5496967cee3c6756d7c74cb01605bce4 100644 (file)
@@ -1,4 +1,4 @@
-FROM alpine:3.6 as pdns-authoritative
+FROM alpine:3.10 as pdns-authoritative
 ARG BUILDER_CACHE_BUSTER=
 
 RUN apk add --no-cache gcc g++ make tar autoconf automake protobuf-dev lua-dev \
index 9569c466a5ab50aabfa8e70060c9529270b22f76..2295d361f65a56fbba8ee9a8f1d8b74bf338436a 100644 (file)
@@ -1,4 +1,4 @@
-FROM alpine:3.6 as dnsdist
+FROM alpine:3.10 as dnsdist
 ARG BUILDER_CACHE_BUSTER=
 
 RUN apk add --no-cache gcc g++ make tar autoconf automake protobuf-dev lua-dev \
index 10e0a699e9c5de06dfac2d92052494a6f870e031..ab1ec13211024c9c3155602db1f9c3df4ca4e92c 100644 (file)
@@ -1,4 +1,4 @@
-FROM alpine:3.6 as pdns-recursor
+FROM alpine:3.10 as pdns-recursor
 ARG BUILDER_CACHE_BUSTER=
 
 RUN apk add --no-cache gcc g++ make tar autoconf automake protobuf-dev lua-dev \
index 57c09725c3e262858c36fbd0220dda780a757a0b..eb310ea10971c8b644655885cc91d73e09238e95 100644 (file)
@@ -10,7 +10,7 @@
 @INCLUDE Dockerfile.dnsdist
 @ENDIF
 
-FROM alpine:3.6 as sdist
+FROM alpine:3.10 as sdist
 ARG BUILDER_CACHE_BUSTER=
 
 @IF [ -z "$M_all$M_authoritative$M_recursor$M_dnsdist"]