From 9779fb74a03b5470e2fa65840cfb26574eaf8aa8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2020 14:50:18 +0000 Subject: [PATCH] Bump python from 3.6-alpine to 3.8.2-alpine in /ci Bumps python from 3.6-alpine to 3.8.2-alpine. Signed-off-by: dependabot-preview[bot] --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 5db161edb7..0d426e2b09 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.6-alpine +FROM python:3.8.2-alpine # Python, don't write bytecode! ENV PYTHONDONTWRITEBYTECODE 1