From 846e44ae16336522a2c7bfb5b42943f2b42b0275 Mon Sep 17 00:00:00 2001 From: Olivier Cuypers Date: Tue, 26 Apr 2016 21:39:02 +0200 Subject: [PATCH] Base on alpine:edge to get DNS fixes Fix fromofficial phpMyAdmin: https://github.com/phpmyadmin/docker/commit/6dd6b90902e4a124ce20e93f3b456f23b30855d1 See https://twitter.com/thockin/status/704909611279781888 and gliderlabs/docker-alpine#8. This will be fixed in 3.4, so at that point we can switch back to using stable. Fixes #23 (DNS issues) Fixes #27 (Kubernetes support) --- mysql-backup-s3/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql-backup-s3/Dockerfile b/mysql-backup-s3/Dockerfile index c6b1456..53f2d5b 100644 --- a/mysql-backup-s3/Dockerfile +++ b/mysql-backup-s3/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.1 +FROM alpine:edge MAINTAINER Johannes Schickling "schickling.j@gmail.com" ADD install.sh install.sh