diff --git a/db.Dockerfile b/db.Dockerfile index 8fab0dc85..0dd53d02c 100644 --- a/db.Dockerfile +++ b/db.Dockerfile @@ -1,3 +1,3 @@ -FROM postgres:9.6 +FROM postgres:12.4 RUN localedef -i fr_FR -c -f UTF-8 -A /usr/share/locale/locale.alias fr_FR.UTF-8 ENV LANG fr_FR.utf8 \ No newline at end of file