Pin postgres to 16
Test / test (push) Successful in 1m14s Details

This commit is contained in:
Jeff 2024-10-19 17:53:30 -04:00
parent a719706dff
commit 75087f2121
3 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ jobs:
container: mcr.microsoft.com/playwright:v1.48.1-jammy
services:
database:
image: postgres
image: postgres:16
env:
POSTGRES_PASSWORD: testpassword
POSTGRES_USER: postgres

View File

@ -1,6 +1,6 @@
services:
database:
image: postgres
image: postgres:16
ports:
- "5434:5432"
environment:

View File

@ -4,7 +4,7 @@ services:
ports:
- "9000:3000"
database:
image: postgres
image: postgres:16
environment:
POSTGRES_USER: postgres
POSTGRES_DB: postgres