Merge pull request 'Bump postgres -> 16.1' (#34) from chores/bump-postgres-to-16 into main

Reviewed-on: #34
This commit is contained in:
Victor Lacasse-Beaudoin 2023-12-28 14:14:04 -05:00
commit 2a285b30bd

View file

@ -1,7 +1,7 @@
services:
db:
image: 'docker.io/library/postgres:14.8'
image: 'docker.io/library/postgres:16.1'
environment:
POSTGRES_DATABASE: "${BOTTINAGENDA_POSTGRES_DATABASE}"
POSTGRES_PASSWORD: "${BOTTINAGENDA_POSTGRES_PASSWORD}"