From 864287d9d358a6fd912c8c3412c5fbfe1e392086 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 10 Feb 2026 17:36:04 +0000 Subject: [PATCH] chore(deps): update pgautoupgrade/pgautoupgrade docker tag to v18 --- compose.postgresql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.postgresql.yml b/compose.postgresql.yml index 91a0532..406bc8a 100644 --- a/compose.postgresql.yml +++ b/compose.postgresql.yml @@ -14,7 +14,7 @@ services: secrets: - db_password db: - image: pgautoupgrade/pgautoupgrade:16-alpine + image: pgautoupgrade/pgautoupgrade:18-alpine environment: - POSTGRES_USER=codimd - POSTGRES_PASSWORD_FILE=/run/secrets/db_password -- 2.49.0