Pin postgres to 16
Test / test (push) Successful in 1m14s
Details
Test / test (push) Successful in 1m14s
Details
This commit is contained in:
parent
a719706dff
commit
75087f2121
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
services:
|
||||
database:
|
||||
image: postgres
|
||||
image: postgres:16
|
||||
ports:
|
||||
- "5434:5432"
|
||||
environment:
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ services:
|
|||
ports:
|
||||
- "9000:3000"
|
||||
database:
|
||||
image: postgres
|
||||
image: postgres:16
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_DB: postgres
|
||||
|
|
|
|||
Loading…
Reference in New Issue