From 5df7844588bc5fd4139af5a6993f4e438244ae9b Mon Sep 17 00:00:00 2001 From: Kirill Andrusyak Date: Mon, 4 Sep 2023 23:14:01 +0000 Subject: [PATCH] update pipeline --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6fd44d6..c909209 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3 +FROM docker.io/python:3.11.3 WORKDIR /code