diff --git a/Jenkinsfile b/Jenkinsfile index cce865bfac..72a8121b63 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ hose { EMAIL = 'eos@stratio.com' BUILDTOOL = 'make' VERSIONING_TYPE = 'stratioVersion-3-3' - UPSTREAM_VERSION = '2.0.2' + UPSTREAM_VERSION = '2.1.4' DEPLOYONPRS = true DEVTIMEOUT = 30 ANCHORE_POLICY = "production" @@ -13,4 +13,4 @@ hose { DEV = { config -> doDocker(conf:config, dockerfile: 'Dockerfile', image:'cluster-api-provider-aws') } -} \ No newline at end of file +}