From 512c22a39cb77d507e73a8f07eb0bbd7a8eab8a3 Mon Sep 17 00:00:00 2001 From: Taras Sotnikov Date: Tue, 3 Oct 2023 09:56:18 +0200 Subject: [PATCH] Pin to image base to python3.11 (#1) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a368a32..619ef5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3.11 WORKDIR /app ENTRYPOINT ["/app/entrypoint.py"]