We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af126d8 commit ab5d307Copy full SHA for ab5d307
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
ARG PG_MAJOR=17
2
ARG PREV_PG_MAJOR=15
3
-ARG TIMESCALE_VERSION=2.22
+ARG TIMESCALE_VERSION=2.26
4
5
# Stage 1: Get PostgreSQL ${PREV_PG_MAJOR} binaries for upgrade support
6
FROM timescale/timescaledb-ha:pg${PG_MAJOR}-ts${TIMESCALE_VERSION}-all AS pg-all
0 commit comments