Skip to content

Commit 264cb02

Browse files
committed
Update pgx cargo dependency in Dockerfile
- Bump the version of `cargo-pgrx` from 0.11.4 to 0.12.9 in the Dockerfile for the pgvectorscale algorithm. This update may include new features, improvements, or bug fixes relevant to the project's usage of pgx. Signed-off-by: Artem Barger <[email protected]>
1 parent 61ac3f4 commit 264cb02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ann_benchmarks/algorithms/pgvectorscale/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
3737
ENV PATH="/root/.cargo/bin:${PATH}"
3838

3939
# Install pgrx using cargo
40-
RUN cargo install --locked cargo-pgrx@0.11.4
40+
RUN cargo install --locked cargo-pgrx@0.12.9
4141
# Initialize pgrx with the PostgreSQL version
4242
RUN cargo pgrx init --pg16 pg_config
4343
RUN git clone https://github.com/timescale/pgvectorscale /tmp/pgvectorscale

0 commit comments

Comments
 (0)