File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM centos:centos7
22MAINTAINER Tim Vaillancourt <tim.vaillancourt@percona.com>
33RUN yum install -y https://www.percona.com/redir/downloads/percona-release/redhat/latest/percona-release-0.1-4.noarch.rpm epel-release && \
44 yum install -y Percona-Server-MongoDB-32-tools zbackup && yum clean all && \
5- curl -Lo /usr/bin/mongodb-consistent-backup https://github.com/Percona-Lab/mongodb_consistent_backup/releases/download/1.0.0 /mongodb-consistent-backup.el7.centos.x86_64 && \
5+ curl -Lo /usr/bin/mongodb-consistent-backup https://github.com/Percona-Lab/mongodb_consistent_backup/releases/download/1.0.1 /mongodb-consistent-backup.el7.centos.x86_64 && \
66 chmod +x /usr/bin/mongodb-consistent-backup
77ENTRYPOINT ["mongodb-consistent-backup" ]
88CMD ["--help" ]
You can’t perform that action at this time.
0 commit comments