Skip to content

Commit f3182c1

Browse files
committed
Use previous version of powerdns image, newer version is broken
1 parent 9d3c06d commit f3182c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker/docker-compose.ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
- ca.internal
3333

3434
pdns:
35-
image: pschiffe/pdns-mysql
35+
image: pschiffe/pdns-mysql:4.8
3636
volumes:
3737
- '/etc/localtime:/etc/localtime:ro'
3838
environment:

docker/docker-compose.dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ services:
7575
- npm
7676

7777
npm-pdns:
78-
image: pschiffe/pdns-mysql
78+
image: pschiffe/pdns-mysql:4.8
7979
container_name: "npm.pdns"
8080
volumes:
8181
- '/etc/localtime:/etc/localtime:ro'

0 commit comments

Comments
 (0)