Skip to content

Commit

Permalink
16
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Oct 7, 2024
1 parent 081ace3 commit 07a3ab5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions timeseries-pg/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM postgres:17 as builder
FROM postgres:16 AS builder

RUN apt-get update \
&& apt-get install -y \
Expand All @@ -10,7 +10,7 @@ RUN apt-get update \
libssl-dev \
make \
pkg-config \
postgresql-server-dev-17
postgresql-server-dev-16

WORKDIR /timeseries

Expand Down Expand Up @@ -41,7 +41,7 @@ RUN git clone https://github.com/hydradatabase/hydra && \
COPY . .
RUN make && make install || true

FROM postgres:17-bookworm
FROM postgres:16-bookworm
COPY --from=builder /usr/share/postgresql/16/extension /usr/share/postgresql/16/extension
COPY --from=builder /usr/lib/postgresql/16/lib /usr/lib/postgresql/16/lib

Expand Down

0 comments on commit 07a3ab5

Please sign in to comment.