feature: upgrade debian base image from bullseye to bookworm
All checks were successful
Main / build (push) Successful in 1m47s

This commit is contained in:
RouxAntoine 2023-10-21 18:38:59 +02:00
parent 7e95eb5d84
commit 81b9f67893
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -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