Rebuild images on newer postgres base image

This commit is contained in:
Daniel Berteaud 2024-03-11 10:59:18 +01:00
parent f734adb3bb
commit 642f0f594a
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM danielberteaud/postgres:15.24.3-1
FROM danielberteaud/postgres:15.24.3-2
MAINTAINER Daniel Berteaud <dbd@ehtrace.com>
ARG PATRONI_VERSION=3.2.2

View File

@ -138,7 +138,7 @@ job "postgres" {
kill_timeout = "10m"
config {
image = "danielberteaud/patroni:15.24.3-1"
image = "danielberteaud/patroni:15.24.3-2"
# Set shm_size to half of the total size
shm_size = 536870912
volumes = ["local/mkdir-socket.sh:/entrypoint.d/70-mkdir-socket.sh"]

View File

@ -31,7 +31,7 @@ pg:
# Postgres server settings
server:
# The image to use
image: '[[ .docker.repo ]]patroni:15.24.3-1'
image: '[[ .docker.repo ]]patroni:15.24.3-2'
# Number of postgres instance. Patroni will handle leader election and replication
count: 1