diff --git a/16-3.5-bundle0/bookworm/Dockerfile b/16-3.5-bundle0/bookworm/Dockerfile index e6cedea2..ebc1ac4f 100644 --- a/16-3.5-bundle0/bookworm/Dockerfile +++ b/16-3.5-bundle0/bookworm/Dockerfile @@ -33,7 +33,7 @@ ARG PGIS1_PGSQL_GZIP_CHECKOUT_SHA1=7c26e8b0056631ec0bb7c8fdd9bf2a24076e4a49 ARG PGIS1_TIMESCALEDB_APACHE_ONLY=false ARG PGIS1_TIMESCALEDB_REPOSITORY=https://github.com/timescale/timescaledb.git ARG PGIS1_TIMESCALEDB_CHECKOUT=tags/2.17.2 -ARG PGIS1_TIMESCALEDB_CHECKOUT_SHA1=1fd5181f4b991e1213e34c283bcfab35c3650a48 +ARG PGIS1_TIMESCALEDB_CHECKOUT_SHA1=b359d26de186ea43f93c28c08cd1b8c6449c91bd ARG PGIS1_PG_HINT_PLAN_REPOSITORY=https://github.com/ossc-db/pg_hint_plan.git ARG PGIS1_PG_HINT_PLAN_CHECKOUT=tags/REL16_1_6_1 diff --git a/README.md b/README.md index 87cd3710..78a19751 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This image ensures that the default database created by the parent `postgres` im Unless `-e POSTGRES_DB` is passed to the container at startup time, this database will be named after the admin user (either `postgres` or the user specified with `-e POSTGRES_USER`). If you would prefer to use the older template database mechanism for enabling PostGIS, the image also provides a PostGIS-enabled template database called `template_postgis`. -## Versions (2024-11-06) +## Versions (2024-11-07) We provide multi-platform image support for the following architectures: diff --git a/versions.json b/versions.json index 0babd8a4..4c408ee0 100644 --- a/versions.json +++ b/versions.json @@ -516,7 +516,7 @@ "PGSQL_GZIP_CHECKOUT": "tags/v1.0.0", "PGSQL_GZIP_CHECKOUT_SHA1": "7c26e8b0056631ec0bb7c8fdd9bf2a24076e4a49", "TIMESCALEDB_CHECKOUT": "tags/2.17.2", - "TIMESCALEDB_CHECKOUT_SHA1": "1fd5181f4b991e1213e34c283bcfab35c3650a48", + "TIMESCALEDB_CHECKOUT_SHA1": "b359d26de186ea43f93c28c08cd1b8c6449c91bd", "DUCKDB_CHECKOUT": "tags/v1.1.3", "DUCKDB_CHECKOUT_SHA1": "19864453f7d0ed095256d848b46e7b8630989bac", "PG_HINT_PLAN_CHECKOUT": "tags/REL16_1_6_1",