We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf60c3 commit 494fa3aCopy full SHA for 494fa3a
.github/workflows/run_tests.yml
@@ -109,7 +109,7 @@ jobs:
109
runs-on: ubuntu-latest
110
services:
111
postgres:
112
- image: postgres:16.3
+ image: postgres:17.6
113
env:
114
POSTGRES_DB: ${{ env.POSTGRES_DB }}
115
POSTGRES_USER: ${{ env.POSTGRES_USER }}
docker-compose.backend.yml
@@ -4,7 +4,7 @@ services:
4
db:
5
ports:
6
- 5437:5432
7
8
command:
9
- 'postgres'
10
- '-c'
0 commit comments