From 73c0a7789d21996c01fc845cb6633b6288b39e70 Mon Sep 17 00:00:00 2001 From: ImreSamu Date: Wed, 11 Jun 2025 20:00:05 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Bump=20versions:=20TIMESCALEDB:2?= =?UTF-8?q?.20.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 16-3.5-bundle0/bookworm/Dockerfile | 4 ++-- README.md | 2 +- versions.json | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/16-3.5-bundle0/bookworm/Dockerfile b/16-3.5-bundle0/bookworm/Dockerfile index c8032360d..230dae2d4 100644 --- a/16-3.5-bundle0/bookworm/Dockerfile +++ b/16-3.5-bundle0/bookworm/Dockerfile @@ -32,8 +32,8 @@ 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.20.2 -ARG PGIS1_TIMESCALEDB_CHECKOUT_SHA1=b7c7cd02585388ac6b555097ef8831c1217cc402 +ARG PGIS1_TIMESCALEDB_CHECKOUT=tags/2.20.3 +ARG PGIS1_TIMESCALEDB_CHECKOUT_SHA1=7b30533d4d9b6ce1353b8bac0ba6215be20f2633 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 bfd9f054b..2cf795fbb 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 (2025-06-06) +## Versions (2025-06-11) We provide multi-platform image support for the following architectures: diff --git a/versions.json b/versions.json index 668b12c6d..c54ec9e33 100644 --- a/versions.json +++ b/versions.json @@ -415,8 +415,8 @@ "PGSQL_HTTP_CHECKOUT_SHA1": "865e72b328050bc8d1bf8bd2f982edb7a4eb4e26", "PGSQL_GZIP_CHECKOUT": "tags/v1.0.0", "PGSQL_GZIP_CHECKOUT_SHA1": "7c26e8b0056631ec0bb7c8fdd9bf2a24076e4a49", - "TIMESCALEDB_CHECKOUT": "tags/2.20.2", - "TIMESCALEDB_CHECKOUT_SHA1": "b7c7cd02585388ac6b555097ef8831c1217cc402", + "TIMESCALEDB_CHECKOUT": "tags/2.20.3", + "TIMESCALEDB_CHECKOUT_SHA1": "7b30533d4d9b6ce1353b8bac0ba6215be20f2633", "DUCKDB_CHECKOUT": "tags/v1.3.0", "DUCKDB_CHECKOUT_SHA1": "71c5c07cdd295e9409c0505885033ae9eb6b5ddd", "PG_HINT_PLAN_CHECKOUT": "tags/REL16_1_6_1",