From 4e205e0eaecce33f4af37036b0f0022965c30268 Mon Sep 17 00:00:00 2001 From: SailorUpiter Date: Thu, 9 Jul 2026 14:24:08 +0300 Subject: [PATCH] fix registru from build --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 23d8e5a..bd3b42c 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/python:alpine +FROM cr.yandex/crph0p4h6j9h7p8q/python:alpine WORKDIR /home/ubadmin/mkdocks COPY ./requirements.txt . RUN apk add --update --no-cache --virtual .build-deps gcc musl-dev &&\ -- 2.52.0