Skip to content

Commit f41394c

Browse files
authored
fix: bump pgrx version for wrappers build (#843)
1 parent ea340f7 commit f41394c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker/orioledb/Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ARG pg_jsonschema_release=0.2.0
3030
ARG vault_release=0.2.8
3131
ARG groonga_release=12.0.8
3232
ARG pgroonga_release=2.4.0
33-
ARG wrappers_release=0.1.19
33+
ARG wrappers_release=0.2.0
3434
ARG hypopg_release=1.3.1
3535
ARG pg_repack_release=1.4.8
3636
ARG pgvector_release=0.4.0
@@ -748,6 +748,9 @@ COPY --from=pgroonga-source /tmp/*.deb /tmp/
748748
# 25-wrappers.yml
749749
####################
750750
FROM rust-toolchain as wrappers-source
751+
# Required by wrappers 0.2.0
752+
RUN cargo install cargo-pgrx --version 0.11.0 --locked
753+
RUN cargo pgrx init --pg${postgresql_major} $(which pg_config)
751754
# Download and extract
752755
ARG wrappers_release
753756
ARG wrappers_release_checksum

0 commit comments

Comments
 (0)