diff --git a/db.Dockerfile b/db.Dockerfile index 8fab0dc85..a61df9db1 100644 --- a/db.Dockerfile +++ b/db.Dockerfile @@ -1,3 +1,3 @@ -FROM postgres:9.6 +FROM postgres:13.3 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