From 38af33374f840fbb9256c4f7de63ff0a348696d5 Mon Sep 17 00:00:00 2001 From: hzmi Date: Tue, 22 Oct 2024 12:48:44 +0700 Subject: [PATCH] feat(17): bump timescaledb --- 17/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/17/Dockerfile b/17/Dockerfile index 56ccde6..3d0c56a 100644 --- a/17/Dockerfile +++ b/17/Dockerfile @@ -6,7 +6,7 @@ RUN apk update && apk add --no-cache git gcc musl-dev \ && go install github.com/timescale/timescaledb-parallel-copy/cmd/timescaledb-parallel-copy@latest # TimescaleDB extension -FROM docker.io/timescale/timescaledb:2.17.0-pg17-bitnami AS timescaledb +FROM docker.io/timescale/timescaledb:2.17.1-pg17-bitnami AS timescaledb # Select and copy the last 3 versions of the extension RUN mkdir -p /tmp/lib /tmp/share \