From f6c913a536d2fe9ecf9475201717d6cd731ed1a3 Mon Sep 17 00:00:00 2001 From: Corey Leath Date: Mon, 24 Aug 2026 14:53:40 -0400 Subject: [PATCH] chore: update stale GitHub identity metadata --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5b0f1a6..f3b0fb8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# ── Stage 1: build ────────────────────────────────────────────────────────── +# ── Stage 1: build ───────────────────────────────────────────────────────── FROM python:3.11-slim AS builder WORKDIR /app @@ -13,10 +13,10 @@ COPY logsight/ logsight/ # Build the wheel RUN python -m build --wheel --outdir /dist -# ── Stage 2: runtime ───────────────────────────────────────────────────────── +# ── Stage 2: runtime ──────────────────────────────────────────────────────── FROM python:3.11-slim AS runtime -LABEL maintainer="Trojan3877" \ +LABEL maintainer="CoreyLeath-code" \ description="LogSight-AI: AI-powered log analysis and anomaly detection" \ version="0.1.0"