Browse Source

Switching from alpine:edge to :latest makes the thing actually build.

pull/43/head
Jens Riisom Schultz 8 years ago
parent
commit
289438667e
  1. 2
      mysql-backup-s3/Dockerfile

2
mysql-backup-s3/Dockerfile

@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:latest
MAINTAINER Johannes Schickling "schickling.j@gmail.com"
ADD install.sh install.sh

Loading…
Cancel
Save