Skip to content

Commit

Permalink
Merge pull request #485 from anarkiwi/b1
Browse files Browse the repository at this point in the history
1.0.1
  • Loading branch information
anarkiwi authored Aug 26, 2021
2 parents b5d13d2 + bf87047 commit f8e4809
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'
services:
plugin:
restart: always
image: iqtlabs/dovesnap:latest
image: iqtlabs/dovesnap:v1.0.1
volumes:
- /run/docker/plugins:/run/docker/plugins
- /var/run/docker.sock:/var/run/docker.sock
Expand Down Expand Up @@ -34,8 +34,6 @@ services:
- '--default_ofcontrollers=${STACK_OFCONTROLLERS}'
labels:
- "dovesnap.namespace=primary"
build:
context: .
ovs:
restart: always
image: iqtlabs/openvswitch:v2.16.0
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
)

const (
version = "1.0.1.dev"
version = "1.0.1"
)

func main() {
Expand Down

0 comments on commit f8e4809

Please sign in to comment.