Skip to content

Commit fa4d0fa

Browse files
pgrx version specification
1 parent 7cdd3f8 commit fa4d0fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ RUN apk add --no-cache --virtual .zombodb-build-deps \
249249
&& gem install --no-document fpm \
250250
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | bash -s -- -y \
251251
&& PATH=$HOME/.cargo/bin:$PATH \
252-
&& cargo install cargo-pgrx \
252+
&& cargo install cargo-pgrx --version 0.8.3 \
253253
&& cargo pgrx init --${PG_VER}=$(which pg_config) \
254254
&& git clone https://github.com/zombodb/zombodb.git \
255255
&& cd ./zombodb \

0 commit comments

Comments
 (0)