Skip to content

Commit

Permalink
Fix migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
kn0wmad committed Dec 16, 2022
1 parent 5b97050 commit d64b1bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ migrations:
mounts:
main: /root/.bitcoin
inject: false
"=23.0.0 <24.0.0":
">=23.0.0 <24.0.0":
type: docker
image: main
system: false
Expand Down Expand Up @@ -225,7 +225,7 @@ migrations:
mounts:
main: /root/.bitcoin
inject: false
"=23.0.0 <24.0.0":
">=23.0.0 <24.0.0":
type: docker
image: main
system: false
Expand All @@ -235,7 +235,7 @@ migrations:
mounts:
main: /root/.bitcoin
inject: false
"=24.0.0 <25.0.0":
">=24.0.0 <25.0.0":
type: docker
image: main
system: false
Expand Down

0 comments on commit d64b1bd

Please sign in to comment.