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