From 02ce92fc75738f4e81f5c7385fc1531c7651d1d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2020 05:58:00 +0000 Subject: [PATCH] Bump python from 3.8.4-alpine3.12 to 3.8.5-alpine3.12 Bumps python from 3.8.4-alpine3.12 to 3.8.5-alpine3.12. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 49fbb39..07dae27 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8.4-alpine3.12 +FROM python:3.8.5-alpine3.12 COPY requirements.txt /wormgas/requirements.txt