Matches postgres image across projects

This commit is contained in:
zomars
2022-12-22 16:52:44 -07:00
parent af83350d04
commit c12877a58f
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
services:
postgres:
image: postgres:12.1
image: postgres:13
env:
POSTGRES_USER: postgres
POSTGRES_DB: calendso
+1 -1
View File
@@ -52,7 +52,7 @@ jobs:
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
services:
postgres:
image: postgres:12.1
image: postgres:13
env:
POSTGRES_USER: postgres
POSTGRES_DB: calendso
+1 -1
View File
@@ -57,7 +57,7 @@ jobs:
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
services:
postgres:
image: postgres:12.1
image: postgres:13
env:
POSTGRES_USER: postgres
POSTGRES_DB: calendso