From 002da0422e2d616f450e149a394f4fddf3a8277f Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Wed, 30 Jun 2021 00:24:51 +0000 Subject: [PATCH] Update python Docker tag to v3.9.6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3ad50fc..6eeb167 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.5-slim +FROM python:3.9.6-slim COPY pynyaata /app/pynyaata COPY requirements.txt *.py /app/ -- 2.45.1