diff --git a/composefiles/swarm-fm-workflows.yml b/composefiles/swarm-fm-workflows.yml index d219eab..c5b626c 100644 --- a/composefiles/swarm-fm-workflows.yml +++ b/composefiles/swarm-fm-workflows.yml @@ -15,7 +15,7 @@ x-logging: &logging_loki services: demo-workflows: - image: frinx/demo-workflows:latest + image: frinx/demo-workflows:1.9.1 logging: *logging_loki environment: - UNICONFIG_URL_BASE=https://uniconfig:8181/rests @@ -46,7 +46,7 @@ services: replicas: 1 sample-topology: - image: frinx/sample-topology:latest + image: frinx/sample-topology:1.9.1 logging: *logging_loki environment: - DOCKER_GWBRIDGE_IP=${DOCKER_GWBRIDGE_IP}