Bump postgres to 16.1 #41

Merged
vlbeaudoin merged 1 commit from chores/bump-postgres-to-16 into main 2023-12-28 14:19:31 -05:00

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: "${BOTTIN_POSTGRES_DATABASE}"
POSTGRES_PASSWORD: "${BOTTIN_POSTGRES_PASSWORD}"