From 239c3d2ad0276e56fee268d0570fc5a3c1ed5355 Mon Sep 17 00:00:00 2001 From: xiaoqidun Date: Sat, 22 Jun 2024 22:56:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC):=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=9E=84=E5=BB=BA=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 1 - Dockerfile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 70248f9..dc88c31 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,4 @@ kind: pipeline -type: docker name: default node: region: cn diff --git a/Dockerfile b/Dockerfile index f6b1036..61d52a4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine:3.20.1 # 作者信息 -LABEL MAINTAINER="xiaoqidun@gmail.com" +LABEL authors="xiaoqidun" # 复制程序 COPY gocos /bin/gocos