upgrade postgres from 14.1 to 14.4

This commit is contained in:
RouxAntoine 2022-07-03 22:35:05 +02:00
parent 1f73f67270
commit 2ba7846366
Signed by: antoine
GPG Key ID: 098FB66FC0475E70

View File

@ -1,4 +1,4 @@
FROM postgres:14.1-bullseye FROM postgres:14.4-bullseye
COPY initScript/*.sh /docker-entrypoint-initdb.d/ COPY initScript/*.sh /docker-entrypoint-initdb.d/
RUN localedef -i fr_FR -c -f UTF-8 -A /usr/share/locale/locale.alias fr_FR.UTF-8 RUN localedef -i fr_FR -c -f UTF-8 -A /usr/share/locale/locale.alias fr_FR.UTF-8