chore(deps): update postgres docker tag to v13.20 #85

Open
Renovate wants to merge 1 commit from renovate/all-minor-patch into main
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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