chore: set v16 as stable (#75)

Signed-off-by: Niccolò Fei <niccolo.fei@enterprisedb.com>
This commit is contained in:
Niccolò Fei
2023-09-26 16:15:50 +02:00
committed by GitHub
parent e422ae2137
commit d91ab4a156
2 changed files with 2 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ generate_postgres() {
fi
dockerTemplate="Dockerfile.template"
if [ "${version}" -gt '15' ]; then
if [ "${version}" -gt '16' ]; then
dockerTemplate="Dockerfile-beta.template"
fi