Compare commits

..

1 commit

Author SHA1 Message Date
52aa3e50df chore(deps): update postgres docker tag to v13.20
Some checks failed
Playwright Tests / test (pull_request) Failing after 25s
2025-02-22 01:03:08 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
services: services:
postgres-employee: postgres-employee:
image: postgres:13.3 image: postgres:13.20
env: env:
POSTGRES_DB: employee_db POSTGRES_DB: employee_db
POSTGRES_USER: employee POSTGRES_USER: employee

View file

@ -5,7 +5,7 @@ volumes:
services: services:
postgres-employee: postgres-employee:
container_name: postgres_employee container_name: postgres_employee
image: postgres:13.3 image: postgres:13.20
environment: environment:
POSTGRES_DB: employee_db POSTGRES_DB: employee_db
POSTGRES_USER: employee POSTGRES_USER: employee