From 6eb218ff7bf3019036ed4e358c9f3a70fd203c41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 07:24:19 +0000 Subject: [PATCH] Bump python from 3.9.4-slim to 3.9.5-slim Bumps python from 3.9.4-slim to 3.9.5-slim. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2b1b8e0..692ae74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Using official python runtime base image -FROM python:3.9.4-slim +FROM python:3.9.5-slim # Set the application directory WORKDIR /app