mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(dev): Use postgres:15 for docker-compose.yml (#8029)
This will ensure we're using the latest Postgres major, which should more closely track staging/prod.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
# Dependencies
|
||||
postgres:
|
||||
image: postgres:15.5
|
||||
image: postgres:15
|
||||
volumes:
|
||||
- postgres-data:/var/lib/postgresql/data
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user