Compare commits
1 commit
main
...
renovate/a
Author | SHA1 | Date | |
---|---|---|---|
52aa3e50df |
2 changed files with 2 additions and 2 deletions
2
.github/workflows/playwright.yml
vendored
2
.github/workflows/playwright.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
services:
|
||||
postgres-employee:
|
||||
image: postgres:13.3
|
||||
image: postgres:13.20
|
||||
env:
|
||||
POSTGRES_DB: employee_db
|
||||
POSTGRES_USER: employee
|
||||
|
|
|
@ -5,7 +5,7 @@ volumes:
|
|||
services:
|
||||
postgres-employee:
|
||||
container_name: postgres_employee
|
||||
image: postgres:13.3
|
||||
image: postgres:13.20
|
||||
environment:
|
||||
POSTGRES_DB: employee_db
|
||||
POSTGRES_USER: employee
|
||||
|
|
Loading…
Add table
Reference in a new issue