From a40debeb9ebdaf99428f629123e0d2caaf12a057 Mon Sep 17 00:00:00 2001 From: Krishnan Authi Narayanan Date: Tue, 22 Aug 2023 03:35:10 +0200 Subject: [PATCH] changes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ed90bd4..943e86f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9.17-slim +FROM python:3.10.12-slim LABEL maintainer="Krishnan Authi Narayanan "