diff --git a/16-3.5-bundle0/bookworm/Dockerfile b/16-3.5-bundle0/bookworm/Dockerfile index 68777f0d..3eb88893 100644 --- a/16-3.5-bundle0/bookworm/Dockerfile +++ b/16-3.5-bundle0/bookworm/Dockerfile @@ -39,7 +39,7 @@ 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 ARG PGIS1_PG_HINT_PLAN_CHECKOUT_SHA1=54b4b0358a6c96dc80b2b836bba50937415753b6 -ARG PGIS1_DUCKDB_CHECKOUT=tags/v1.1.2 +ARG PGIS1_DUCKDB_CHECKOUT=tags/v1.1.3 FROM ${PGIS1_BASE_IMAGE} AS builder diff --git a/README.md b/README.md index de68130d..739382d0 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-10-21) +## Versions (2024-11-04) We provide multi-platform image support for the following architectures: diff --git a/versions.json b/versions.json index cd7e0687..cdcdb410 100644 --- a/versions.json +++ b/versions.json @@ -517,8 +517,8 @@ "PGSQL_GZIP_CHECKOUT_SHA1": "7c26e8b0056631ec0bb7c8fdd9bf2a24076e4a49", "TIMESCALEDB_CHECKOUT": "tags/2.17.1", "TIMESCALEDB_CHECKOUT_SHA1": "beb03d6d4c61dbd02291ef2c661c00155ddb79c9", - "DUCKDB_CHECKOUT": "tags/v1.1.2", - "DUCKDB_CHECKOUT_SHA1": "f680b7d08f56183391b581077d4baf589e1cc8bd", + "DUCKDB_CHECKOUT": "tags/v1.1.3", + "DUCKDB_CHECKOUT_SHA1": "19864453f7d0ed095256d848b46e7b8630989bac", "PG_HINT_PLAN_CHECKOUT": "tags/REL16_1_6_1", "PG_HINT_PLAN_CHECKOUT_SHA1": "54b4b0358a6c96dc80b2b836bba50937415753b6", "POSTGIS_MAJOR": "3",