Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG POSTGRES_VERSION=18.3
ARG POSTGRES_VERSION=18.4
FROM postgres:${POSTGRES_VERSION}

# ensure setpriv works as expected
Expand All @@ -21,7 +21,7 @@ RUN mkdir -p /etc/postgresql/conf.d \

USER postgres

COPY entrypoint.sh /usr/local/bin/pg-entrypoint.sh
COPY --chmod=755 entrypoint.sh /usr/local/bin/pg-entrypoint.sh
COPY conf/postgresql.conf /etc/postgresql/postgresql.conf
COPY conf/pg_hba.conf /etc/postgresql/pg_hba.conf
COPY pgbackrest.conf.template /usr/local/share/pgbackrest/pgbackrest.conf.template
Expand Down
2 changes: 1 addition & 1 deletion POSTGRES_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.3
18.4
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.3-r1
18.4
Empty file modified entrypoint.sh
100644 → 100755
Empty file.
Loading