Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cloudnative-pg-timescaledb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading