From 235e96c3c93719d98ac2a8c62d03784b6909d282 Mon Sep 17 00:00:00 2001 From: "strg-public-bot[bot]" <174349635+strg-public-bot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:55:32 +0000 Subject: [PATCH] feat(deps): update postgres docker tag to v16 --- postgres-db-init/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-db-init/Dockerfile b/postgres-db-init/Dockerfile index f471a09..140298e 100644 --- a/postgres-db-init/Dockerfile +++ b/postgres-db-init/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:15.2@sha256:78a275d4c891f7b3a33d3f1a78eda9f1d744954d9e20122bfdc97cdda25cddaf +FROM postgres:16.3@sha256:6d2a810d24786a90bf4bf2f4d4ce7a1039696a9269f3293abf3d6c8aa0bab9da LABEL name=@strg-at/postgres-db-init LABEL maintainer=STRG.