We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c252703 commit b2fbb90Copy full SHA for b2fbb90
.github/workflows/test.yml
@@ -21,10 +21,10 @@ jobs:
21
DATABASE_URL: "postgresql://postgres@127.0.0.1/disclosure-checker-test"
22
EXTERNAL_URL: mocked_in_tests
23
DEV_TOOLS_ENABLED: "1"
24
-
+x
25
services:
26
postgres:
27
- image: postgres:16-alpine
+ image: postgres:16.3-alpine
28
env:
29
POSTGRES_DB: disclosure-checker-test
30
POSTGRES_USER: postgres
0 commit comments