From 45583488b282b2542b7d4293696103dd8d31fcc0 Mon Sep 17 00:00:00 2001 From: Bin Yang Date: Thu, 24 Oct 2019 14:45:03 +0000 Subject: Set python 3.7 as base python 3.8 result onappylog abnormal Issue-ID: MULTICLOUD-866 Signed-off-by: Bin Yang Change-Id: Idc383ce71c6b7a09af6853998b9cb60c816cd60a --- pike/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pike') diff --git a/pike/docker/Dockerfile b/pike/docker/Dockerfile index 292cb26e..bad59678 100644 --- a/pike/docker/Dockerfile +++ b/pike/docker/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM python:3-slim +FROM python:3.7-slim ARG HTTP_PROXY=${HTTP_PROXY} ARG HTTPS_PROXY=${HTTPS_PROXY} -- cgit 1.2.3-korg