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 fe9f2cc commit 144d0f0Copy full SHA for 144d0f0
.github/dependabot.yml
@@ -11,3 +11,10 @@ updates:
11
schedule:
12
interval: "daily"
13
open-pull-requests-limit: 5
14
+ - package-ecosystem: "docker"
15
+ directory: "/"
16
+ schedule:
17
+ interval: "daily"
18
+ time: "09:05"
19
+ timezone: "Europe/Amsterdam"
20
+ open-pull-requests-limit: 5
compas/docker-compose-basex.yml
@@ -8,7 +8,7 @@ services:
8
basex:
9
labels:
10
compas: true
- image: "basex/basexhttp:9.5.2"
+ image: "basex/basexhttp:9.4.6"
ports:
- "1984:1984"
volumes:
0 commit comments