From 5171614175b89b2de15da4d4e9e0ec1022ebd6e9 Mon Sep 17 00:00:00 2001 From: Mykola Solodukha Date: Mon, 10 Jun 2024 01:32:01 +0300 Subject: [PATCH] :ambulance: Use the correct version of `dokku/s3backup` image --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 2743176..cefebb1 100644 --- a/config +++ b/config @@ -30,7 +30,7 @@ fi export PLUGIN_BUSYBOX_IMAGE="busybox:1.34.1-uclibc" export PLUGIN_AMBASSADOR_IMAGE="dokku/ambassador:0.5.0" -export PLUGIN_S3BACKUP_IMAGE="dokku/s3backup:0.14.0" +export PLUGIN_S3BACKUP_IMAGE="dokku/s3backup:0.16.0" export PLUGIN_WAIT_IMAGE="dokku/wait:0.6.0" export POSTGRES_CONFIG_OPTIONS=${POSTGRES_CONFIG_OPTIONS:=""}