From 8b70533928e6df3d8cc9a0542d7e11c5b355d3e2 Mon Sep 17 00:00:00 2001 From: seahi Date: Fri, 18 Apr 2025 13:15:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=BC=93=E5=AD=98=E9=95=9C?= =?UTF-8?q?=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 60b2f39..8a58743 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ node: steps: - name: Build and Push - image: plugins/docker + image: harbor.seahi.me/plugins/docker pull: if-not-exists privileged: false environment: diff --git a/Dockerfile b/Dockerfile index a06183f..2f41648 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine +FROM harbor.seahi.me/stu/alpine RUN apk add --no-cache supervisor bash