diff --git a/Dockerfile b/Dockerfile index 0e7b112..64bf4f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN echo "deb http://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib rm -rf /etc/apt/sources.list.d/debian.sources && \ mkdir -p /tmp/build && apt-get update && \ apt-mark hold locales && \ - apt-get install -y --no-install-recommends build-essential git cmake postgresql-server-dev-$PG_MAJOR + apt-get install -y --no-install-recommends build-essential cmake postgresql-server-dev-$PG_MAJOR # PG VECTOR @@ -26,7 +26,7 @@ RUN cd /tmp/build/pgvector && \ # TIMESCALE COPY timescaledb /tmp/build/timescaledb -RUN cd /tmp/build/timescaledb && git checkout . && git checkout 2.14.2 && ./bootstrap && cd build && make && make install +RUN cd /tmp/build/timescaledb && ./bootstrap && cd build && make && make install # CLEAN RUN rm -r /tmp/build && \ diff --git a/pgvector b/pgvector index 19cbbfd..3849f0f 160000 --- a/pgvector +++ b/pgvector @@ -1 +1 @@ -Subproject commit 19cbbfdd693bfeea68aef0f0deecd5747a4f3bb4 +Subproject commit 3849f0fd3d6f7916de26d43e3a3c9f8e6615bc8f diff --git a/pull.sh b/pull.sh index e86723f..54fde12 100644 --- a/pull.sh +++ b/pull.sh @@ -1,5 +1,9 @@ #!/bin/bash git clone https://github.com/pgvector/pgvector +cd pgvector && git checkout v0.7.0 -git clone https://github.com/timescale/timescaledb \ No newline at end of file +cd .. + +git clone https://github.com/timescale/timescaledb +cd timescaledb && git checkout 2.15.0 \ No newline at end of file diff --git a/timescaledb b/timescaledb index d8057c4..f9ccf1b 160000 --- a/timescaledb +++ b/timescaledb @@ -1 +1 @@ -Subproject commit d8057c432625981ecc44db960b72f394cabd3b35 +Subproject commit f9ccf1be07760b77cf1faf3e639a960b9d229399