Skip to content

Commit 9cbe44b

Browse files
authored
fix: set lc_collate to c.utf-8 explicitly (#696)
* fix: set lc_collate to c.utf-8 explicitly * chore: bump docker release version
1 parent a5520b6 commit 9cbe44b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ ENV PGDATA=/var/lib/postgresql/data
100100
RUN localedef -i en_US -c -f UTF-8 -A /usr/share/locale/locale.alias en_US.UTF-8
101101
ENV LANG=en_US.UTF-8
102102
ENV LC_CTYPE=C.UTF-8
103+
ENV LC_COLLATE=C.UTF-8
103104

104105
FROM base as builder
105106
# Install build dependencies

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.103"
1+
postgres-version = "15.1.0.104"

0 commit comments

Comments
 (0)