Skip to content

Commit c7a2e90

Browse files
committed
feat: Upgrade to postgres 14.15
1 parent fcdb111 commit c7a2e90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN set -e \
2525
apt-get update && \
2626
apt-get install -y --no-install-recommends postgresql-common && \
2727
sed -ri 's/#(create_main_cluster) .*$/\1 = false/' /etc/postgresql-common/createcluster.conf && \
28-
apt-get install -y --no-install-recommends "postgresql-14=14.5-1.pgdg110+1" && \
28+
apt-get install -y --no-install-recommends "postgresql-14=14.15-1.pgdg110+1" && \
2929
>&2 echo 'Install pg_auto_failover' && \
3030
apt-get install -y pg-auto-failover-cli postgresql-14-auto-failover && \
3131
>&2 echo 'Install wal-g' && \

Dockerfile.upgrade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM livingdocs/postgres:14.5
1+
FROM livingdocs/postgres:14.15
22
USER root
33
RUN set -e \
44
export DEBIAN_FRONTEND=noninteractive && \

0 commit comments

Comments
 (0)