From b7c38b3b87c865c30ecca468d7d6dea30e1c15a7 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 13 Aug 2019 16:17:54 +0200 Subject: [PATCH] Move to newer alpine for docker buildbot, needed for proper boost context detection --- builder-support/dockerfiles/Dockerfile.authoritative | 2 +- builder-support/dockerfiles/Dockerfile.dnsdist | 2 +- builder-support/dockerfiles/Dockerfile.recursor | 2 +- builder-support/dockerfiles/Dockerfile.target.sdist | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/builder-support/dockerfiles/Dockerfile.authoritative b/builder-support/dockerfiles/Dockerfile.authoritative index fbfafe29c..3bc8231c5 100644 --- a/builder-support/dockerfiles/Dockerfile.authoritative +++ b/builder-support/dockerfiles/Dockerfile.authoritative @@ -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 \ diff --git a/builder-support/dockerfiles/Dockerfile.dnsdist b/builder-support/dockerfiles/Dockerfile.dnsdist index 9569c466a..2295d361f 100644 --- a/builder-support/dockerfiles/Dockerfile.dnsdist +++ b/builder-support/dockerfiles/Dockerfile.dnsdist @@ -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 \ diff --git a/builder-support/dockerfiles/Dockerfile.recursor b/builder-support/dockerfiles/Dockerfile.recursor index 10e0a699e..ab1ec1321 100644 --- a/builder-support/dockerfiles/Dockerfile.recursor +++ b/builder-support/dockerfiles/Dockerfile.recursor @@ -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 \ diff --git a/builder-support/dockerfiles/Dockerfile.target.sdist b/builder-support/dockerfiles/Dockerfile.target.sdist index 57c09725c..eb310ea10 100644 --- a/builder-support/dockerfiles/Dockerfile.target.sdist +++ b/builder-support/dockerfiles/Dockerfile.target.sdist @@ -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"] -- 2.40.0