From 8e9695773aad74ccf0b065fbf06ff00be8ae0eba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 18:27:30 +0900 Subject: [PATCH] chore(deps): update postgres docker tag to v16.3 (#16) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 2fc9415..26f526f 100644 --- a/compose.yaml +++ b/compose.yaml @@ -19,7 +19,7 @@ services: # db: # condition: service_healthy db: - image: postgres:16.2 + image: postgres:16.3 volumes: - db-data:/var/lib/postgresql/data - ./docker/db/init:/docker-entrypoint-initdb.d