diff --git a/.github/workflows/build_tembo_pg_slim.yaml b/.github/workflows/build_tembo_pg_slim.yaml index 204f0dc..34e6fea 100644 --- a/.github/workflows/build_tembo_pg_slim.yaml +++ b/.github/workflows/build_tembo_pg_slim.yaml @@ -42,7 +42,7 @@ jobs: - name: Append PostgreSQL configurations to matrix id: append_pg_configs run: | - PG_CONFIGS='[{"pg_version": "14"}, {"pg_version": "15"}, {"pg_version": "16"}]' + PG_CONFIGS='[{"pg_version": "14"}, {"pg_version": "15"}, {"pg_version": "16"}, {"pg_version": "17"}]' MODIFIED_MATRIX=$(echo $PG_CONFIGS | jq -c '{include: .}') echo "build_matrix=$MODIFIED_MATRIX" >> $GITHUB_OUTPUT - name: Determine which tags to publish diff --git a/standard-cnpg/README.md b/standard-cnpg/README.md index 43a4b45..eb050e6 100644 --- a/standard-cnpg/README.md +++ b/standard-cnpg/README.md @@ -1,6 +1,6 @@ # Postgres Docker Image for Tembo's Standard Stack -Contains a Dockerfile with trunk, barman-cloud, Postgres 14, 15 or 16 and all extension dependencies installed. +Contains a Dockerfile with trunk, barman-cloud, Postgres 14, 15, 16, or 17 and all extension dependencies installed. ## Versioning