forked from DevOps/deploy.stack
chore(postgres): bump postgres image versions in env.cfg.example
- Update PostgreSQL 16 to 16.14 - Update PostgreSQL 17 to 17.10 - Update PostgreSQL 18 to 18.4 - Update PostgreSQL 15 to 15.18
This commit is contained in:
@@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
#IMAGE_TAG=postgres:15.6-bookworm
|
#IMAGE_TAG=postgres:15.6-bookworm
|
||||||
|
|
||||||
IMAGE_TAG=postgres:16.10
|
IMAGE_TAG=postgres:16.14
|
||||||
|
|
||||||
IMAGE_TAG_V17=postgres:17.6
|
IMAGE_TAG_V17=postgres:17.10
|
||||||
|
|
||||||
IMAGE_TAG_V18=postgres:18.0
|
IMAGE_TAG_V18=postgres:18.4
|
||||||
|
|
||||||
IMAGE_TAG_V15=postgres:15.14
|
IMAGE_TAG_V15=postgres:15.18
|
||||||
|
|
||||||
POSTGRES_PASSWORD=<your-strong-password>
|
POSTGRES_PASSWORD=<your-strong-password>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user