update libicu package

This commit is contained in:
Rahul Patil
2024-05-24 12:38:18 +02:00
parent 33d79cbc2c
commit 9567cfcbb8
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ RUN set -e \
&& apt install -y \
libreadline-dev \
libseccomp-dev \
libicu67 \
libicu72 \
openssl \
ca-certificates \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \

View File

@@ -1176,7 +1176,7 @@ RUN mkdir /usr/local/download_extensions && chown -R postgres:postgres /usr/loca
RUN apt update && \
apt install --no-install-recommends -y \
gdb \
libicu67 \
libicu72 \
liblz4-1 \
libreadline8 \
libboost-iostreams1.74.0 \