From 0f209fe6ac5eef373d6361b669742713f551e32a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 17 Jun 2021 00:47:53 +0000 Subject: [PATCH] Update python Docker tag to v3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5119165..f17a025 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Python runtime as a parent image -FROM python:2.7-slim +FROM python:3.9-slim # Set the working directory to /app WORKDIR /app