From f55746c27d022673649dd47bb6f592841e6dcd0a Mon Sep 17 00:00:00 2001 From: vernaculusmail Date: Sun, 10 May 2026 11:35:07 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20placeholder=20LABEL=20maintainer=20=D0=B2?= =?UTF-8?q?=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1468829..22cc3cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN pip install --no-cache-dir --upgrade pip && \ FROM python:3.11-slim # Метаданные -LABEL maintainer="your-email@example.com" +LABEL maintainer="VernaculusF" LABEL description="Google Sheets JSON API" # Создание пользователя без root прав (безопасность)