From 6c6c7b3a707f277fdee4fb43623cafb81e8e9fe7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 01:45:04 +0000 Subject: [PATCH] chore(deps): update ghcr.io/maevsi/postgraphile docker tag to v4 --- src/development/stack.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/development/stack.yml b/src/development/stack.yml index 37e4ba1a..75521e5b 100644 --- a/src/development/stack.yml +++ b/src/development/stack.yml @@ -311,7 +311,7 @@ services: POSTGRAPHILE_JWT_PUBLIC_KEY_FILE: /run/config/postgraphile_jwt-public-key POSTGRAPHILE_JWT_SECRET_KEY_FILE: /run/secrets/postgraphile_jwt-secret POSTGRAPHILE_OWNER_CONNECTION_FILE: /run/secrets/postgraphile_owner-connection - image: ghcr.io/maevsi/postgraphile:1.0.0 + image: ghcr.io/maevsi/postgraphile:4.14.0 secrets: - postgraphile_connection - postgraphile_jwt-secret