diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 25f78e5..8bed84d 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -149,7 +149,7 @@ services: restart: unless-stopped garage-config: - image: busybox:1.37 + image: busybox:1.38 command: - /bin/sh - -ec 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