From d570502bb2078f1377b1cc42d674a92586d9c660 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 18 Apr 2026 11:08:48 +0800 Subject: [PATCH] chore: use internal harbor python base --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cd2b805..be82b9a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.11-alpine +FROM 192.168.100.10:30003/library/python:3.11-alpine WORKDIR /app COPY app.py . EXPOSE 8080