From 4d304e10080637e65a3ee5943ad96ae1895aa414 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 21:44:05 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v16.3 --- docker-compose.postgres.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.postgres.yml b/docker-compose.postgres.yml index 497e92d..aea6367 100644 --- a/docker-compose.postgres.yml +++ b/docker-compose.postgres.yml @@ -2,7 +2,7 @@ version: "3.6" services: postgres: - image: postgres:16.1 + image: postgres:16.3 restart: always environment: POSTGRES_PASSWORD: enter