FEATURE: Update base image and set default to postgresql 15 (#909)
authormwaniki-wairungu <137784966+mwaniki-wairungu@users.noreply.github.com>
Wed, 29 Jan 2025 07:20:49 +0000 (10:20 +0300)
committerGitHub <noreply@github.com>
Wed, 29 Jan 2025 07:20:49 +0000 (10:20 +0300)
commitd9c837c783b06ae33d949f9dc50db187ba3d6337
treea3f3931c0171c726083ae846aeee163e990b631f
parent92ac6cbc9b40456a3bbbc1a40c10067ddca1a1c5
FEATURE: Update base image and set default to postgresql 15 (#909)

This updates the default PostgreSQL version to 15.

  * image/base: update default postgres version to 15
  * launcher: bump base image to include postgres 15
  * postgres.template.yml: update default version to 15
  * postgres.15.template.yml: current version template

Legacy version templates:

  * postgres.13.template.yml
  * postgres.12.template.yml
  * postgres.10.template.yml
  * postgres.9.5.template.yml
.gitignore
image/README.md
image/base/Dockerfile
image/discourse_dev/postgres_dev.template.yml
launcher
templates/postgres.10.template.yml
templates/postgres.12.template.yml
templates/postgres.13.template.yml
templates/postgres.15.template.yml
templates/postgres.9.5.template.yml
templates/postgres.template.yml