From 4eaa103f1128c5f929dd986c311f70f78a4955e1 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 21:26:34 +0000 Subject: [PATCH] Bump python from 3.7-slim to 3.9.5-slim Bumps python from 3.7-slim to 3.9.5-slim. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 82bddd9..52155f8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Use the official lightweight Python image. # https://hub.docker.com/_/python -FROM python:3.7-slim +FROM python:3.9.5-slim # Copy local code to the container image. ENV APP_HOME /app