feat: set v17 as the latest stable major (#116)

Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
This commit is contained in:
Niccolò Fei
2024-09-30 17:18:49 +02:00
committed by GitHub
parent faf34c47f4
commit 91a04d2139
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@
#
# Update this everytime a new major release of PostgreSQL is available
POSTGRESQL_LATEST_MAJOR_RELEASE=16
POSTGRESQL_LATEST_MAJOR_RELEASE=17
# Get the last postgres base image tag and update time
fetch_postgres_image_version() {