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:
parent
a9a566a79f
commit
56809d6389
|
@ -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/*
|
||||
|
|
Loading…
Reference in New Issue