We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5520b6 commit 9cbe44bCopy full SHA for 9cbe44b
Dockerfile
@@ -100,6 +100,7 @@ ENV PGDATA=/var/lib/postgresql/data
100
RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
101
ENV LANG=en_US.UTF-8
102
ENV LC_CTYPE=C.UTF-8
103
+ENV LC_COLLATE=C.UTF-8
104
105
FROM base as builder
106
# Install build dependencies
common.vars.pkr.hcl
@@ -1 +1 @@
1
-postgres-version = "15.1.0.103"
+postgres-version = "15.1.0.104"
0 commit comments