From e444d846d15d7118b94b318fe545eab7521c59ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 04:39:10 +0000 Subject: [PATCH] chore(deps): bump postgres from 18.4 to 18.6 in /infra Bumps postgres from 18.4 to 18.6. --- updated-dependencies: - dependency-name: postgres dependency-version: '18.6' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- infra/compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/compose.yaml b/infra/compose.yaml index ca6bd35..c9c94ac 100644 --- a/infra/compose.yaml +++ b/infra/compose.yaml @@ -2,7 +2,7 @@ name: atlas-exchange services: postgres: - image: postgres:18.4 + image: postgres:18.6 environment: POSTGRES_DB: atlas POSTGRES_USER: atlas