From f4372c49a9ce3eb75efc0e4d6de383504c63e38f Mon Sep 17 00:00:00 2001 From: opsmill-bot Date: Tue, 13 Aug 2024 13:50:18 +0000 Subject: [PATCH] chore: update docker-compose --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 1035fbf085..cec9f7b427 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -146,7 +146,7 @@ services: - 6362:6362 infrahub-server: - image: "registry.opsmill.io/opsmill/infrahub:${VERSION:-0.15.2}" + image: "registry.opsmill.io/opsmill/infrahub:${VERSION:-0.15.3}" restart: unless-stopped command: > gunicorn --config backend/infrahub/serve/gunicorn_config.py @@ -185,7 +185,7 @@ services: deploy: mode: replicated replicas: 2 - image: "registry.opsmill.io/opsmill/infrahub:${VERSION:-0.15.2}" + image: "registry.opsmill.io/opsmill/infrahub:${VERSION:-0.15.3}" command: infrahub git-agent start --debug restart: unless-stopped depends_on: