Dockerfile-cloudnative-pg aktualisiert
Some checks failed
Create postgresql docker image / Explore-Gitea-Actions (push) Failing after 9s

This commit is contained in:
Marko Oldenburg 2024-09-17 13:53:33 +02:00
parent 25a135da91
commit 36bf4e30c2

View File

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