Compare commits

..

2 Commits
1.9.2 ... 1.9.3

Author SHA1 Message Date
Jose Diaz-Gonzalez
76e36056b5 Release 1.9.3 2019-12-27 16:54:08 -05:00
Jose Diaz-Gonzalez
98699bf79d chore: update dokku/s3backup version 2019-12-27 16:53:23 -05:00
3 changed files with 3 additions and 3 deletions

View File

@@ -217,7 +217,7 @@ service_backup() {
fi fi
# shellcheck disable=SC2086 # shellcheck disable=SC2086
docker run --rm $BACKUP_PARAMETERS dokku/s3backup:0.10.0 docker run --rm $BACKUP_PARAMETERS dokku/s3backup:0.10.1
} }
service_backup_auth() { service_backup_auth() {

View File

@@ -19,7 +19,7 @@ plugin-install() {
pull-docker-image "${PLUGIN_IMAGE}:${PLUGIN_IMAGE_VERSION}" pull-docker-image "${PLUGIN_IMAGE}:${PLUGIN_IMAGE_VERSION}"
pull-docker-image "busybox:1.31.0-uclibc" pull-docker-image "busybox:1.31.0-uclibc"
pull-docker-image "dokku/ambassador:0.3.0" pull-docker-image "dokku/ambassador:0.3.0"
pull-docker-image "dokku/s3backup:0.10.0" pull-docker-image "dokku/s3backup:0.10.1"
pull-docker-image "dokku/wait:0.4.0" pull-docker-image "dokku/wait:0.4.0"
mkdir -p "$PLUGIN_DATA_ROOT" || echo "Failed to create $PLUGIN_SERVICE data directory" mkdir -p "$PLUGIN_DATA_ROOT" || echo "Failed to create $PLUGIN_SERVICE data directory"

View File

@@ -1,4 +1,4 @@
[plugin] [plugin]
description = "dokku mysql service plugin" description = "dokku mysql service plugin"
version = "1.9.2" version = "1.9.3"
[plugin.config] [plugin.config]