From b21c5bdb128c97bf198206936d12f10fae68b982 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2020 09:39:32 +0000 Subject: [PATCH] build(deps): bump python from 3.7.4-slim to 3.8.5-slim Bumps python from 3.7.4-slim to 3.8.5-slim. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 67f4c74..b4ea48d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # Contributors: # Red Hat, Inc. - initial API and implementation -FROM python:3.7.4-slim +FROM python:3.8.5-slim ENV HOME=/home/theia