File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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' && \
Original file line number Diff line number Diff line change 1- FROM livingdocs/postgres:14.5
1+ FROM livingdocs/postgres:14.15
22USER root
33RUN set -e \
44 export DEBIAN_FRONTEND=noninteractive && \
You can’t perform that action at this time.
0 commit comments