diff --git a/17/Dockerfile b/17/Dockerfile index eba8af7..f7e6e64 100644 --- a/17/Dockerfile +++ b/17/Dockerfile @@ -16,7 +16,7 @@ RUN mkdir -p /tmp/lib /tmp/share /tmp/bin \ RUN echo -e "[INFO] TimescaleDB lib files to be installed: \n$(ls /tmp/lib)" # PostgreSQL Server -FROM docker.io/bitnami/postgresql:17.0.0 AS postgresql +FROM docker.io/bitnami/postgresql:17.1.0 AS postgresql # TimescaleDB tools COPY --from=timescaledb /tmp/bin/* /usr/local/bin/