From 8d0e9ece1a21dad6369d3e94f5b07045f1c944f0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Jun 2021 21:32:09 +0000 Subject: [PATCH] Bump python from 3.6.12-slim to 3.9.6-slim Bumps python from 3.6.12-slim to 3.9.6-slim. Signed-off-by: dependabot-preview[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 749fdb9..2396fc0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Use the official lightweight Python image. # https://hub.docker.com/_/python -FROM python:3.6.12-slim +FROM python:3.9.6-slim # Copy local code to the container image. ENV APP_HOME /app