fix(docker-compose): fixed version numbers
This commit is contained in:
parent
40b912ff00
commit
1120395003
|
@ -52,7 +52,7 @@
|
|||
io.rancher.scheduler.global: true
|
||||
|
||||
opencpu:
|
||||
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu
|
||||
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu:6.0.0
|
||||
ports:
|
||||
- 8004:8004
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
io.rancher.scheduler.global: true
|
||||
|
||||
opencpu:
|
||||
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu
|
||||
image: registry.webhosting.rug.nl/molgenis/molgenis-opencpu:7.0.0
|
||||
ports:
|
||||
- 8004:8004
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.catalog:
|
||||
name: molgenis
|
||||
version: v6.0.0
|
||||
version: v7.0.0
|
||||
description: Molgenis
|
||||
minimum_rancher_version: v1.6.3
|
||||
questions:
|
||||
|
|
Loading…
Reference in New Issue