[FIX] docker install postgresql-client-18 for postgresql 18
This commit is contained in:
parent
1a05a5d2a2
commit
2513c1b8e9
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ ${DEBIAN_NAME}-pgdg main"
|
|||
&& gpgconf --kill all \
|
||||
&& rm -rf "$GNUPGHOME" \
|
||||
&& apt-get update \
|
||||
&& apt-get install --no-install-recommends -y postgresql-client-12 libpq-dev \
|
||||
&& apt-get install --no-install-recommends -y postgresql-client-18 libpq-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install npm dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue