From b2bedfda8f661af926cc66b2600ef45dc9e9be6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 14:41:49 +0000 Subject: [PATCH] chore(deps): update dependency timescale/timescaledb to v2.27.1 --- cloudnative-pg-timescaledb/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudnative-pg-timescaledb/Dockerfile b/cloudnative-pg-timescaledb/Dockerfile index 3af6848..0c5d878 100644 --- a/cloudnative-pg-timescaledb/Dockerfile +++ b/cloudnative-pg-timescaledb/Dockerfile @@ -4,7 +4,7 @@ ARG CNPG_TAG=18.3-system-bookworm FROM ghcr.io/cloudnative-pg/postgresql:${CNPG_TAG} # renovate: datasource=github-releases depName=timescale/timescaledb -ARG TIMESCALEDB_VERSION=2.26.2 +ARG TIMESCALEDB_VERSION=2.27.1 ARG PG_MAJOR=18 USER root