feature: upgrade to postgres 15.4-bookworm from 14.9-bookworm
All checks were successful
Main / build (push) Successful in 2m5s
All checks were successful
Main / build (push) Successful in 2m5s
This commit is contained in:
parent
5cf26b05d6
commit
80521cd985
1
.github/workflows/main.yaml
vendored
1
.github/workflows/main.yaml
vendored
@ -37,3 +37,4 @@ jobs:
|
||||
platforms: |
|
||||
linux/arm/v6
|
||||
linux/amd64
|
||||
linux/arm64
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user