Skip to content

Commit

Permalink
Fix pgxman install with the new syntax (#195)
Browse files Browse the repository at this point in the history
Fix pgxman install with the new syntax after introducing `--pg`
  • Loading branch information
owenthereal authored Nov 8, 2023
1 parent 62bef0b commit 986df22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ ARG POSTGRES_BASE_VERSION
ARG TIMESTAMP=1
COPY third-party/pgxman /tmp/pgxman/
RUN curl -sfL https://github.com/pgxman/release/releases/latest/download/install.sh | sh -s -- /tmp/pgxman/pgxman_${POSTGRES_BASE_VERSION}.yaml && \
pgxman install pgsql-http=1.5.0@${POSTGRES_BASE_VERSION} --yes && \
pgxman install pgsql-http=1.5.0 --pg ${POSTGRES_BASE_VERSION} --yes && \
rm -rf /tmp/pgxman

0 comments on commit 986df22

Please sign in to comment.