Skip to content

Commit

Permalink
fix: Update to latest Mumak (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe authored Sep 10, 2024
1 parent 6a55641 commit ca45785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/dockerfile.postgres
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ENV PATH="/root/.cargo/bin:${PATH}"
RUN cargo install --locked [email protected] && cargo pgrx init --pg16 /usr/lib/postgresql/16/bin/pg_config

WORKDIR /source
ARG MUMAK_COMMIT=ffc54b168695b2704310f7f5bcca9fca1dc04f38
ARG MUMAK_COMMIT=1a91cb9cbb93e9556c756e1a77e06b610130159f
RUN git clone https://github.com/txpipe/mumak.git
RUN cd mumak && git checkout $MUMAK_COMMIT

Expand Down

0 comments on commit ca45785

Please sign in to comment.