Skip to content

Commit

Permalink
chore(deps): update to postgres:16.6
Browse files Browse the repository at this point in the history
  • Loading branch information
douglasduteil committed Feb 5, 2025
1 parent 8652e6e commit de674b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/end-to-end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
ports:
- 6379:6379
postgres:
image: postgres:15.10
image: postgres:16.6
env:
POSTGRES_USER: ${{ env.PGUSER }}
POSTGRES_PASSWORD: ${{ env.PGPASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fixtures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-22.04
services:
postgres:
image: postgres:15.10
image: postgres:16.6
env:
POSTGRES_USER: ${{ env.PGUSER }}
POSTGRES_PASSWORD: ${{ env.PGPASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
db:
image: postgres:15.10
image: postgres:16.6
ports:
- "5432:5432"
environment:
Expand Down

0 comments on commit de674b6

Please sign in to comment.