Update to v4.1.2 fixes #9

This commit is contained in:
Christoph Wiechert 2018-05-21 09:51:12 +02:00
parent 11ae49d756
commit 8880ba13fd
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
FROM alpine FROM alpine
MAINTAINER Christoph Wiechert <wio@psitrax.de> MAINTAINER Christoph Wiechert <wio@psitrax.de>
ENV REFRESHED_AT="2018-03-02" \ ENV REFRESHED_AT="2018-05-21" \
POWERDNS_VERSION=4.1.1 \ POWERDNS_VERSION=4.1.2 \
MYSQL_AUTOCONF=true \ MYSQL_AUTOCONF=true \
MYSQL_HOST="mysql" \ MYSQL_HOST="mysql" \
MYSQL_PORT="3306" \ MYSQL_PORT="3306" \

View File

@ -14,7 +14,7 @@
## Supported tags ## Supported tags
* Exact: i.e. `4.0.2-r3`: PowerDNS Version 4.0.2, image build 3 * Exact: i.e. `4.1.2-r1`: PowerDNS Version 4.1.2, image build 1
* `4.0`: PowerDNS Version 4.0.x, latest image build * `4.0`: PowerDNS Version 4.0.x, latest image build
* `4`: PowerDNS Version 4.x.x, latest image build * `4`: PowerDNS Version 4.x.x, latest image build