From 2e35a7e46f0929438c1c206e3116caa829f07dc6 Mon Sep 17 00:00:00 2001 From: Thomas Duval Date: Fri, 5 Oct 2018 16:54:37 +0200 Subject: Update code to 4.6 official version Change-Id: Ibd0da0e476e24b2685f54693efc11f7a58d40a62 --- moon_orchestrator/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'moon_orchestrator/Dockerfile') diff --git a/moon_orchestrator/Dockerfile b/moon_orchestrator/Dockerfile index 09d12fda..7c59efb5 100644 --- a/moon_orchestrator/Dockerfile +++ b/moon_orchestrator/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.6 LABEL Name=Orchestrator LABEL Description="Orchestrator component for the Moon platform" -- cgit 1.2.3-korg