Skip to content

Commit

Permalink
Update postgres Docker tag to v17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 44e665a commit 7e5e0d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:16
image: postgres:17
env:
POSTGRES_USER: test
POSTGRES_PASSWORD: test
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
db:
image: postgres:16
image: postgres:17
restart: always
container_name: integration-tests-prisma
ports:
Expand Down

0 comments on commit 7e5e0d1

Please sign in to comment.