diff --git a/docker-compose.yml b/docker-compose.yml index 469ccbbf..dc264243 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,7 +2,7 @@ version: '3.7' services: plugin: restart: always - image: iqtlabs/dovesnap:latest + image: iqtlabs/dovesnap:v1.0.4 volumes: - /run/docker/plugins:/run/docker/plugins - /var/run/docker.sock:/var/run/docker.sock @@ -34,8 +34,6 @@ services: - '--default_ofcontrollers=${STACK_OFCONTROLLERS}' labels: - "dovesnap.namespace=primary" - build: - context: . ovs: restart: always image: iqtlabs/openvswitch:v2.16.0 diff --git a/main.go b/main.go index 317141aa..a92eb6fd 100755 --- a/main.go +++ b/main.go @@ -12,7 +12,7 @@ import ( ) const ( - version = "1.0.4.dev" + version = "1.0.4" ) func main() {