From ed9bd0b463c2d0192d7479d51d33384cfa8093c5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 22:03:08 +0000 Subject: [PATCH] Update ghcr.io/immich-app/postgres Docker tag to v16 --- src/apps/immich.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/immich.ts b/src/apps/immich.ts index fcd64d3..7ac6ca7 100644 --- a/src/apps/immich.ts +++ b/src/apps/immich.ts @@ -44,7 +44,7 @@ app.services.redis = { app.services.database = { // renovate: datasource=docker depName=ghcr.io/immich-app/postgres - image: 'ghcr.io/immich-app/postgres:14-vectorchord0.4.3-pgvectors0.2.0', + image: 'ghcr.io/immich-app/postgres:16-vectorchord0.4.3-pgvectors0.2.0', environment: { POSTGRES_PASSWORD: COMMON_ENV.DB_PASSWORD, POSTGRES_USER: COMMON_ENV.DB_USERNAME,