Dockerfile aktualisiert

This commit is contained in:
Marko Oldenburg 2024-04-27 06:16:19 +02:00
parent c30bd1ee18
commit 2079e58ab7

View File

@ -1,4 +1,3 @@
#FROM ghcr.io/cloudnative-pg/postgresql:16.2
FROM postgres:16.2
FROM ghcr.io/cloudnative-pg/postgresql:16.2
RUN localedef -i de_DE -c -f UTF-8 -A /usr/share/locale/locale.alias de_DE.UTF-8
ENV LANG de_DE.utf8