Merge pull request #155 from veganhacktivists/renovate/postgres-16.x

chore(deps): update postgres docker tag to v16
This commit is contained in:
Anthony Berg 2024-01-06 19:33:04 +00:00 committed by GitHub
commit 7943a2d1b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
version: '3.7' version: '3.7'
services: services:
postgres: postgres:
image: postgres:15 image: postgres:16
container_name: postgres container_name: postgres
restart: always restart: always
env_file: env_file: