We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05a7f4 commit fb9c25bCopy full SHA for fb9c25b
dockerfiles/db/Dockerfile
@@ -28,7 +28,7 @@ RUN \
28
cargo --version
29
30
# PGRX
31
-RUN cargo install cargo-pgrx --version 0.12.9 --locked
+RUN cargo install cargo-pgrx --version 0.16.0 --locked
32
33
RUN cargo pgrx init --pg${PG_MAJOR} $(which pg_config)
34
0 commit comments