From 81b9f6789397a40db4da6351880071c186fd70af Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Sat, 21 Oct 2023 18:38:59 +0200 Subject: [PATCH] feature: upgrade debian base image from bullseye to bookworm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e7f464b..e235b0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM postgres:14.9-bullseye +FROM postgres:14.9-bookworm COPY initScript/*.sh /docker-entrypoint-initdb.d/ COPY backup-database.sh /backup-database.sh