diff --git a/config/default.go b/config/default.go index baa463c4..376b741c 100644 --- a/config/default.go +++ b/config/default.go @@ -385,7 +385,7 @@ func NewConfig() *Config { }, Repositories: map[string]Repository{ "core": Repository{ - Url: "https://raw.githubusercontent.com/rancherio/os-services/master", + Url: "https://raw.githubusercontent.com/rancherio/os-services/" + DEFAULT_IMAGE_VERSION, }, }, Services: map[string]*project.ServiceConfig{}, diff --git a/config/types.go b/config/types.go index 3a24087a..09aa72df 100644 --- a/config/types.go +++ b/config/types.go @@ -3,7 +3,7 @@ package config import "github.com/rancherio/rancher-compose/librcompose/project" const ( - DEFAULT_IMAGE_VERSION = "v0.3.0-rc2" + DEFAULT_IMAGE_VERSION = "v0.3.1" CONSOLE_CONTAINER = "console" DOCKER_BIN = "/usr/bin/docker" DOCKER_SYSTEM_HOME = "/var/lib/system-docker" diff --git a/scripts/version b/scripts/version index 1f169b56..a7ff4de7 100644 --- a/scripts/version +++ b/scripts/version @@ -1 +1 @@ -VERSION=v0.3.1-rc2 +VERSION=v0.3.1