From ed59a50d543f2f8a37f403cce5ed73daac97faf0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 15 May 2020 09:32:29 +0000 Subject: [PATCH] build(deps): bump python from 3.7.4-slim to 3.8.3-slim Bumps python from 3.7.4-slim to 3.8.3-slim. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 67f4c74..2199a3b 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.3-slim ENV HOME=/home/theia