chore: update postgres docker container version (#1449)

* chore: update postgres docker container

* sndev postgres to v16

---------

Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
This commit is contained in:
toyota-corolla0 2024-10-02 08:42:56 -05:00 committed by GitHub
parent a9a566a79f
commit 56809d6389
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# https://github.com/JonasProgrammer/docker-postgres-ip4r
FROM postgres:13.2
FROM postgres:16.3
RUN apt-get update \
&& apt-get install --no-install-recommends -y postgresql-13-ip4r \
&& apt-get install --no-install-recommends -y postgresql-16-ip4r \
&& rm -rf /var/lib/apt/lists/*