Stick to libressl 2.6

This commit is contained in:
Christoph Wiechert 2018-09-09 11:49:53 +02:00
parent 9844367100
commit e8c3929ec5

@ -1,7 +1,9 @@
FROM alpine
# Stick to libressl 2.6
# https://github.com/PowerDNS/pdns/issues/6943
FROM alpine:3.7
MAINTAINER Christoph Wiechert <wio@psitrax.de>
ENV REFRESHED_AT="2018-09-07" \
ENV REFRESHED_AT="2018-09-09" \
POWERDNS_VERSION=4.1.4 \
MYSQL_AUTOCONF=true \
MYSQL_HOST="mysql" \