From 52247c4bdd9691ac690c378faf8135dd38c1005a Mon Sep 17 00:00:00 2001 From: Stefan Marr Date: Thu, 12 Oct 2023 15:22:29 +0100 Subject: [PATCH] Update base Docker image to Postgres 16 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ef0ffe6..2e78b34d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:15-bookworm +FROM postgres:16-bookworm # this allows the setup to ignore all of the ubuntu OS setup # thats not needed for this docker image (Time Zone for example) ARG DEBIAN_FRONTEND=noninteractive