Skip to content

Commit ab5d307

Browse files
authored
Upgrade TimescaleDB to 2.26 (#24)
Fixes #23
1 parent af126d8 commit ab5d307

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG PG_MAJOR=17
22
ARG PREV_PG_MAJOR=15
3-
ARG TIMESCALE_VERSION=2.22
3+
ARG TIMESCALE_VERSION=2.26
44

55
# Stage 1: Get PostgreSQL ${PREV_PG_MAJOR} binaries for upgrade support
66
FROM timescale/timescaledb-ha:pg${PG_MAJOR}-ts${TIMESCALE_VERSION}-all AS pg-all

0 commit comments

Comments
 (0)