Skip to content

Commit

Permalink
pin pg version in build (#124)
Browse files Browse the repository at this point in the history
pin to 15.4 until we can build for multiple versions
  • Loading branch information
ChuckHend authored Sep 26, 2023
1 parent 3bffa36 commit 17aa5a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/pgmq-pg/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG TRUNK_VER=0.8.7

RUN cargo install --version $TRUNK_VER pg-trunk

FROM postgres:bookworm
FROM postgres:15.4-bookworm

COPY --from=builder /usr/local/cargo/bin/trunk /usr/bin/trunk

Expand All @@ -18,4 +18,4 @@ RUN trunk install pgmq --version $PGMQ_VER
COPY ./postgresql.conf /usr/share/postgresql/15/postgresql.conf.sample

USER postgres
CMD ["postgres"]
CMD ["postgres"]

0 comments on commit 17aa5a4

Please sign in to comment.