stacker.news/docker/db/Dockerfile
toyota-corolla0 56809d6389
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>
2024-10-02 08:42:56 -05:00

7 lines
205 B
Docker

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