aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/src/simulators_heat_template.yaml
diff options
context:
space:
mode:
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-06-23 11:49:28 +0200
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>2020-06-23 11:49:28 +0200
commit1c8c4559eb56b5d6dd47d53c11e5e0a0323c55f5 (patch)
tree518cfcc6eaa9608f99b2138de2361dc0318e1a81 /deployment/src/simulators_heat_template.yaml
parent0f5d632aeb58eb0693fe27d7d6c1fe1e5cdf64bd (diff)
Upgrade docker-ce and docker-compose releases in deployment package
Ubuntu release in example HOT env file is bumped to Ubuntu Bionic and related docker tools versions are upgraded accordingly. Change-Id: I45b1d94cfcc8ec4513f5e26fd6613f6ebc199e78 Issue-ID: INT-1634 Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'deployment/src/simulators_heat_template.yaml')
-rw-r--r--deployment/src/simulators_heat_template.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/src/simulators_heat_template.yaml b/deployment/src/simulators_heat_template.yaml
index a756778..dd80567 100644
--- a/deployment/src/simulators_heat_template.yaml
+++ b/deployment/src/simulators_heat_template.yaml
@@ -29,8 +29,8 @@ resources:
#!/bin/bash
set_versions () {
- DOCKER_VERSION=17.03
- DOCKER_COMPOSE_VERSION=1.22.0
+ DOCKER_VERSION=19.03
+ DOCKER_COMPOSE_VERSION=1.26.0
}
set_proxy () {