Skip to content

Commit

Permalink
Update postgres Docker tag to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and sivakov512 committed Sep 16, 2023
1 parent 92f7ac6 commit dae74d1
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:15
image: postgres:16
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:15
image: postgres:16
container_name: asyncpg-engine-postgres
environment:
POSTGRES_PASSWORD: guest
Expand Down

0 comments on commit dae74d1

Please sign in to comment.