Browse Source

fix version marshalling

reid 2 years ago
parent
commit
d4872f3b32
1 changed files with 0 additions and 1 deletions
  1. 0 1
      docker/docker.go

+ 0 - 1
docker/docker.go

@@ -244,7 +244,6 @@ func StartContainer(containerName string, containerType string) (structs.Contain
 func GetLatestContainerInfo(containerType string) (map[string]string, error) {
 	var res map[string]string
 	conf := config.Conf()
-	releaseChannel := conf.UpdateBranch
 	arch := config.Architecture
 	hashLabel := arch + "_sha256"
 	versionInfo := config.VersionInfo