From 4de454f9f0e74350ba533c1a10acd7fbc0a9c766 Mon Sep 17 00:00:00 2001 From: jimleerx Date: Thu, 6 Nov 2025 10:38:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=B6=88=E6=81=AF=E9=80=9A?= =?UTF-8?q?=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DockerFile | 2 +- src/main/resources/config/application.yml | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/DockerFile b/DockerFile index f8087ac..f2b563b 100644 --- a/DockerFile +++ b/DockerFile @@ -1,4 +1,4 @@ -FROM openjdk:8-alpine +FROM openjdk:8u212-jre-alpine LABEL name="hoperun-custom-sign" MAINTAINER li@2ha.me WORKDIR / diff --git a/src/main/resources/config/application.yml b/src/main/resources/config/application.yml index 6ef1551..445903a 100644 --- a/src/main/resources/config/application.yml +++ b/src/main/resources/config/application.yml @@ -40,4 +40,9 @@ hoperun: sc3: uid: 7248 - sendKey: sctp7248ta-yehg0lpo6cr9xl6ikqwbpn4l \ No newline at end of file + send-key: sctp7248ta-yehg0lpo6cr9xl6ikqwbpn4l + +dingtalk: + enabled: true + webhook: https://oapi.dingtalk.com/robot/send?access_token=6925880a1b7379b2fb393b5336dd75155f37189a7912981b568b08316bfd7b9e + secret: \ No newline at end of file