Bump postgres versions to 16 #1

Merged
vlbeaudoin merged 1 commit from chores/bump-postgres-versions-to-16 into main 2023-12-28 14:22:41 -05:00
3 changed files with 4 additions and 4 deletions

2
bottin

@ -1 +1 @@
Subproject commit 357c871720568c8eafa5c50365d9505c131b7476 Subproject commit fe50cb733548ed2bc6485e9ac1c1f8f2e0367c31

@ -1 +1 @@
Subproject commit 44e936cd33004fb45f453c6a541514f31e4a1fb0 Subproject commit 2a285b30bd5b84a743d80e65bb9529bd5e5fe178

View file

@ -1,7 +1,7 @@
services: services:
bottin_db: bottin_db:
image: 'docker.io/library/postgres:14.8' image: 'docker.io/library/postgres:16.1'
environment: environment:
POSTGRES_DATABASE: "${BOTTIN_POSTGRES_DATABASE}" POSTGRES_DATABASE: "${BOTTIN_POSTGRES_DATABASE}"
POSTGRES_PASSWORD: "${BOTTIN_POSTGRES_PASSWORD}" POSTGRES_PASSWORD: "${BOTTIN_POSTGRES_PASSWORD}"
@ -35,7 +35,7 @@ services:
command: ['bottin', '--config', '/etc/bottin/web.yaml', 'web'] command: ['bottin', '--config', '/etc/bottin/web.yaml', 'web']
bottin_agenda_db: bottin_agenda_db:
image: 'docker.io/library/postgres:15.4' image: 'docker.io/library/postgres:16.1'
environment: environment:
POSTGRES_DATABASE: "${BOTTINAGENDA_POSTGRES_DATABASE}" POSTGRES_DATABASE: "${BOTTINAGENDA_POSTGRES_DATABASE}"
POSTGRES_PASSWORD: "${BOTTINAGENDA_POSTGRES_PASSWORD}" POSTGRES_PASSWORD: "${BOTTINAGENDA_POSTGRES_PASSWORD}"