Merge pull request #24 from unixfox/update-4.1.10

Version number bump to 4.1.10 to fix a security issue
This commit is contained in:
Christoph Wiechert 2019-06-22 23:45:35 +02:00 committed by GitHub
commit f6b590ac0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
FROM alpine:3.7
MAINTAINER Christoph Wiechert <wio@psitrax.de>
ENV REFRESHED_AT="2019-03-18" \
POWERDNS_VERSION=4.1.7 \
ENV REFRESHED_AT="2019-06-21" \
POWERDNS_VERSION=4.1.10 \
MYSQL_AUTOCONF=true \
MYSQL_HOST="mysql" \
MYSQL_PORT="3306" \

View File

@ -14,7 +14,7 @@
## Supported tags
* Exact: i.e. `4.1.7`: PowerDNS Version 4.1.7
* Exact: i.e. `4.1.10`: PowerDNS Version 4.1.10
* `4.0`: PowerDNS Version 4.0.x, latest image build
* `4`: PowerDNS Version 4.x.x, latest image build