Skip to content

Commit 51d9fdb

Browse files
committed
fix: pg18 build
1 parent 469a050 commit 51d9fdb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN apt-get update \
7070
# && cat /tmp/citus_files.txt
7171

7272
# Download PG_Search
73-
RUN curl https://github.com/paradedb/paradedb/releases/download/v$PG_SEARCH_VERSION/postgresql-$PG_MAJOR-pg-search_$PG_SEARCH_VERSION-1PARADEDB-$DIST_$TARGETARCH.deb \
73+
RUN curl https://github.com/paradedb/paradedb/releases/download/v$PG_SEARCH_VERSION/postgresql-$PG_MAJOR-pg-search_$PG_SEARCH_VERSION-1PARADEDB-${DIST}_$TARGETARCH.deb \
7474
-o /tmp/pg_search.deb \
7575
-sL
7676

@@ -94,7 +94,7 @@ USER root
9494
RUN apt-get update \
9595
&& apt-get install -y --no-install-recommends \
9696
libcurl4 \
97-
libicu67 \
97+
libicu72 \
9898
liblz4-1 \
9999
libzstd1 \
100100
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)