From 831ffe307f53c216d24d1f20899d556aa0c63d57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 22:53:21 +0000 Subject: [PATCH] chore(deps): update postgres docker tag to v17.2 --- CICD pipeline with Ansible and AWS/Database/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CICD pipeline with Ansible and AWS/Database/Dockerfile b/CICD pipeline with Ansible and AWS/Database/Dockerfile index a648f9d..84941e3 100644 --- a/CICD pipeline with Ansible and AWS/Database/Dockerfile +++ b/CICD pipeline with Ansible and AWS/Database/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:17.0-bullseye +FROM postgres:17.2-bullseye ENV POSTGRES_USER=admin ENV POSTGRES_PASSWORD=admin