Skip to content

Commit

Permalink
dw-cnpg: bump parquet_s3_fdw to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vrmiguel committed Feb 6, 2024
1 parent 1c3ea0c commit a513e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dw-cnpg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ RUN git clone https://github.com/apache/arrow.git && \
# Clone and build parquet_s3_fdw
RUN git clone https://github.com/pgspider/parquet_s3_fdw.git && \
cd parquet_s3_fdw && \
git checkout v1.0.0 && \
git checkout v1.1.0 && \
make USE_PGXS=1 install && \
cd .. && rm -rf parquet_s3_fdw

Expand Down

0 comments on commit a513e9d

Please sign in to comment.