From f90f9aa96dbd2b9f67ae93d5584a92db455bbbcc Mon Sep 17 00:00:00 2001 From: arcoast <81871508+arcoast@users.noreply.github.com> Date: Wed, 12 Aug 2026 08:53:22 +0100 Subject: [PATCH] Update busybox image version to 1.38 for garage-config Stupid little thing, but we're currently pulling busybox 1.37 for typetype-secrets and 1.38 for garage-config --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1fe6da2..a942f3d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -188,7 +188,7 @@ services: test: ["CMD", "redis-cli", "ping"] restart: unless-stopped garage-config: - image: busybox:1.37 + image: busybox:1.38 command: - /bin/sh - -ec