From dc14eb71714b811cb782e10e48511d24a78e461c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 16:16:15 +0000 Subject: [PATCH] Update postgres Docker tag to v16.4 --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 1b8ccec..02e9874 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,6 +1,6 @@ services: postgres: - image: postgres:16.2 + image: postgres:16.4 hostname: postgres.local environment: POSTGRES_PASSWORD: "postgres"