56809d6389
* chore: update postgres docker container * sndev postgres to v16 --------- Co-authored-by: Keyan <34140557+huumn@users.noreply.github.com>
7 lines
205 B
Docker
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/*
|