[monitor] release hertzbeat version v1.1.2 (#250)

This commit is contained in:
tomsun28
2022-08-14 23:34:21 +08:00
committed by GitHub
parent 116e039223
commit 2df24a7e9d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd
http://maven.apache.org/ASSEMBLY/2.0.0 ">
<!--必填,会追加到打包文件名称的末尾-->
<id>1.1.1</id>
<id>1.1.2</id>
<!--打包类型,可以设置多种类型,打包的时候不同的类型都会打包打出来-->
<formats>
<format>tar</format>
+1 -1
View File
@@ -2,7 +2,7 @@ FROM openjdk:11.0.16-jre-slim-buster
MAINTAINER tancloud "tomsun28@outlook.com"
ADD hertzbeat-1.1.1.tar /opt/
ADD hertzbeat-1.1.2.tar /opt/
ENV TZ=Asia/Shanghai
#ENV LANG=zh_CN.UTF-8