Skip to content

Commit

Permalink
Update postgres Docker tag to v15
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sivakov512 committed Jan 9, 2023
1 parent 9b5caa5 commit 912dbc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

services:
postgres:
image: postgres:13
image: postgres:15
env:
POSTGRES_PASSWORD: guest
POSTGRES_USER: guest
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.1'
services:

postgres:
image: postgres:13
image: postgres:15
container_name: asyncpg-engine-postgres
environment:
POSTGRES_PASSWORD: guest
Expand Down

0 comments on commit 912dbc8

Please sign in to comment.