From 0117e9c5dd1b330a32605b37ca62cd0e009e1345 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 23:58:04 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v18 --- apps/example-better-auth/compose.yaml | 2 +- apps/example-clerk/compose.yaml | 2 +- compose.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/example-better-auth/compose.yaml b/apps/example-better-auth/compose.yaml index b33b7e2..496a2c9 100644 --- a/apps/example-better-auth/compose.yaml +++ b/apps/example-better-auth/compose.yaml @@ -1,6 +1,6 @@ services: db: - image: postgres:16.11 + image: postgres:18.2 user: postgres restart: always environment: diff --git a/apps/example-clerk/compose.yaml b/apps/example-clerk/compose.yaml index b33b7e2..496a2c9 100644 --- a/apps/example-clerk/compose.yaml +++ b/apps/example-clerk/compose.yaml @@ -1,6 +1,6 @@ services: db: - image: postgres:16.11 + image: postgres:18.2 user: postgres restart: always environment: diff --git a/compose.yaml b/compose.yaml index b33b7e2..496a2c9 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,6 +1,6 @@ services: db: - image: postgres:16.11 + image: postgres:18.2 user: postgres restart: always environment: