From 3f64c3b53937211d58c76536b2b3ef18e2261d54 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 11:25:02 +0000 Subject: [PATCH] chore(deps): update ghcr.io/canonical/hydra docker tag to v2.3.0 --- docker-compose.dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml index 64b15e479..8a533b39a 100644 --- a/docker-compose.dev.yml +++ b/docker-compose.dev.yml @@ -58,7 +58,7 @@ services: networks: - intranet hydra: - image: ghcr.io/canonical/hydra:2.2.0-canonical + image: ghcr.io/canonical/hydra:2.3.0-canonical ports: - "4444:4444" # Public port - "4445:4445" # Admin port @@ -76,7 +76,7 @@ services: networks: - intranet hydra-migrate: - image: ghcr.io/canonical/hydra:2.2.0-canonical + image: ghcr.io/canonical/hydra:2.3.0-canonical environment: - DSN=postgres://hydra:hydra@postgres/hydra?sslmode=disable command: exec hydra migrate -c /etc/config/hydra/hydra.yml sql -e --yes