feature: upgrade to postgres 15.4-bookworm from 14.9-bookworm
All checks were successful
Main / build (push) Successful in 2m5s

This commit is contained in:
RouxAntoine 2023-10-21 20:53:29 +02:00
parent 5cf26b05d6
commit 80521cd985
Signed by: antoine
GPG Key ID: 098FB66FC0475E70
2 changed files with 2 additions and 1 deletions

View File

@ -37,3 +37,4 @@ jobs:
platforms: |
linux/arm/v6
linux/amd64
linux/arm64

View File

@ -1,4 +1,4 @@
FROM postgres:14.9-bookworm
FROM postgres:15.4-bookworm
COPY initScript/*.sh /docker-entrypoint-initdb.d/
COPY backup-database.sh /backup-database.sh