From 84736c14d24bb6b7181dff7514541e02c3530800 Mon Sep 17 00:00:00 2001 From: autonomic-bot Date: Fri, 19 Jun 2026 02:50:26 +0000 Subject: [PATCH] chore: upgrade pgautoupgrade from 16-alpine to 17-alpine --- compose.postgresql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.postgresql.yml b/compose.postgresql.yml index 91a0532..7822d75 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:17-alpine environment: - POSTGRES_USER=codimd - POSTGRES_PASSWORD_FILE=/run/secrets/db_password