From 2b0cc38f36c1ed2562b642b1bb7aa817d9a62016 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 05:42:23 +0000 Subject: [PATCH 1/2] chore(deps): update postgres docker tag to v18 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index a57fe8e0..6cb5b7b2 100644 --- a/compose.yml +++ b/compose.yml @@ -3,7 +3,7 @@ volumes: services: db: - image: postgres:17 + image: postgres:18 ports: - ${DATABASE_PORT:-5432}:5432 environment: From c1101e591ba9af906bb203871a61135d4174bce5 Mon Sep 17 00:00:00 2001 From: Yuta Hiroto Date: Wed, 22 Oct 2025 13:58:59 +0900 Subject: [PATCH 2/2] fixup! chore(deps): update postgres docker tag to v18 --- .internal/tests/common.test.mjs.snapshot | 2 +- .internal/tests/no-otel.test.mjs.snapshot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.internal/tests/common.test.mjs.snapshot b/.internal/tests/common.test.mjs.snapshot index c4b3b0e4..d20ab975 100644 --- a/.internal/tests/common.test.mjs.snapshot +++ b/.internal/tests/common.test.mjs.snapshot @@ -415,7 +415,7 @@ exports[`common > should update compose.yml 1`] = ` "", "services:", " db:", - " image: postgres:17", + " image: postgres:18", " ports:", " - \${DATABASE_PORT:-5432}:5432", " environment:", diff --git a/.internal/tests/no-otel.test.mjs.snapshot b/.internal/tests/no-otel.test.mjs.snapshot index 7cad6d8a..0d44f555 100644 --- a/.internal/tests/no-otel.test.mjs.snapshot +++ b/.internal/tests/no-otel.test.mjs.snapshot @@ -369,7 +369,7 @@ exports[`no-otel > should update compose.yml 1`] = ` "", "services:", " db:", - " image: postgres:17", + " image: postgres:18", " ports:", " - \${DATABASE_PORT:-5432}:5432", " environment:",