From 8f28853c16a6eda8a31d0bdda877d8c74f0330f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Sep 2020 07:47:58 +0000 Subject: [PATCH] build(deps): bump python from 3.8.5 to 3.8.6 in /.devcontainer Bumps python from 3.8.5 to 3.8.6. Signed-off-by: dependabot[bot] --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 69c1ac5d..eec054bd 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,5 @@ # Base image is is python's image -FROM python:3.8.5 +FROM python:3.8.6 # Set shell with pipline fail return SHELL ["/bin/bash", "-o", "pipefail", "-c"]