From 823f1462219a8c0b28a63170987dd7ccdfedc3e0 Mon Sep 17 00:00:00 2001 From: Alexander Kukushkin Date: Thu, 14 Apr 2022 09:24:00 +0200 Subject: [PATCH] Bump timescaledb to 2.6.1 (#717) It has many bugfixes and compatibility with the old cmake. Ref https://github.com/zalando/spilo/issues/714 --- postgres-appliance/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-appliance/Dockerfile b/postgres-appliance/Dockerfile index 225461f2a..949a69cdc 100644 --- a/postgres-appliance/Dockerfile +++ b/postgres-appliance/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_IMAGE=ubuntu:18.04 ARG PGVERSION=14 -ARG TIMESCALEDB="1.7.5 2.3.1 2.6.0" +ARG TIMESCALEDB="1.7.5 2.3.1 2.6.1" ARG DEMO=false ARG COMPRESS=false