Browse Source

Merge pull request #43 from Ibmurai/make-it-build

Switching from alpine:edge to :latest makes the thing actually build.
pull/44/head
Johannes Schickling 8 years ago
committed by GitHub
parent
commit
685e290971
  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