diff --git a/functions b/functions index 8d1d3ce..a19a01c 100755 --- a/functions +++ b/functions @@ -80,7 +80,7 @@ service_create_container() { echo "$ID" >"$SERVICE_ROOT/ID" dokku_log_verbose_quiet "Waiting for container to be ready" - docker run --rm --link "$SERVICE_NAME:$PLUGIN_COMMAND_PREFIX" dokku/wait:0.4.0 -p "$PLUGIN_DATASTORE_WAIT_PORT" >/dev/null + docker run --rm --link "$SERVICE_NAME:$PLUGIN_COMMAND_PREFIX" dokku/wait:0.4.1 -p "$PLUGIN_DATASTORE_WAIT_PORT" >/dev/null dokku_log_info2 "$PLUGIN_SERVICE container created: $SERVICE" service_info "$SERVICE" diff --git a/install b/install index d66bb0a..edc5520 100755 --- a/install +++ b/install @@ -20,7 +20,7 @@ plugin-install() { pull-docker-image "busybox:1.31.0-uclibc" pull-docker-image "dokku/ambassador:0.3.1" pull-docker-image "dokku/s3backup:0.10.1" - pull-docker-image "dokku/wait:0.4.0" + pull-docker-image "dokku/wait:0.4.1" mkdir -p "$PLUGIN_DATA_ROOT" || echo "Failed to create $PLUGIN_SERVICE data directory" chown dokku:dokku "$PLUGIN_DATA_ROOT"