Skip to content

Commit fb9c25b

Browse files
committed
bump pgrx version in dockerfile
1 parent a05a7f4 commit fb9c25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/db/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN \
2828
cargo --version
2929

3030
# PGRX
31-
RUN cargo install cargo-pgrx --version 0.12.9 --locked
31+
RUN cargo install cargo-pgrx --version 0.16.0 --locked
3232

3333
RUN cargo pgrx init --pg${PG_MAJOR} $(which pg_config)
3434

0 commit comments

Comments
 (0)