Skip to content

Commit

Permalink
chore(deps): update postgres docker tag to v17.4 (#454)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 24, 2025
1 parent 9c0bc8c commit a4444b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
ports:
- "1521:1521"
postgres:
image: postgres:17.3-alpine
image: postgres:17.4-alpine
ports:
- "5432:5432"
env:
Expand Down
2 changes: 1 addition & 1 deletion tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
ports:
- "1521:1521"
postgres:
image: postgres:17.3-alpine
image: postgres:17.4-alpine
ports:
- "5432:5432"
environment:
Expand Down

0 comments on commit a4444b8

Please sign in to comment.