There was an error while loading. Please reload this page.
1 parent 813ae9d commit dca35ceCopy full SHA for dca35ce
1 file changed
ansible/vars.yml
@@ -11,9 +11,9 @@ postgres_major:
11
# This is the source of truth for Postgres versions used in the Dockerfiles, and
12
# is used to derive image tags and base images in the release matrix.
13
postgres_release:
14
- postgresorioledb-17: "17.9.0.018-orioledb-amcheck-2"
15
- postgres17: "17.6.1.165-amcheck-2"
16
- postgres15: "15.14.1.165-amcheck-2"
+ postgresorioledb-17: "17.9.0.021-orioledb"
+ postgres17: "17.6.1.168"
+ postgres15: "15.14.1.168"
17
# Docker release matrix — base images built first, layered images built on top.
18
# tag and base_tag are derived at build time from postgres_release via release_key.
19
# tag_suffix is appended to the release version to form the final image tag.
0 commit comments