From e07d1a1d0217bd6d94db981980b198203d6be4ac Mon Sep 17 00:00:00 2001 From: Kirill Andrusyak Date: Mon, 4 Sep 2023 23:13:41 +0000 Subject: [PATCH] update pipeline --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9638210..7a5bb0d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11.3 +FROM docker.io/python:3.11.3 WORKDIR /code