This is an automated email from the ASF dual-hosted git repository.
gongchao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/master by this push:
new 381db8514 [OSPP] Modify Dockerfile to support RISC-V. (#3713)
381db8514 is described below
commit 381db85149d01e8e6760160b176718bc0f438d9b
Author: lynx009 <[email protected]>
AuthorDate: Tue Sep 30 23:22:31 2025 +0800
[OSPP] Modify Dockerfile to support RISC-V. (#3713)
Co-authored-by: Calvin <[email protected]>
Co-authored-by: Tom <[email protected]>
---
script/docker/collector/Dockerfile | 2 +-
script/docker/server/Dockerfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/script/docker/collector/Dockerfile
b/script/docker/collector/Dockerfile
index 922eac731..23c575e87 100644
--- a/script/docker/collector/Dockerfile
+++ b/script/docker/collector/Dockerfile
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-FROM openjdk:21-slim-bullseye
+FROM eclipse-temurin:21-jdk
MAINTAINER Apache HertzBeat "[email protected]"
diff --git a/script/docker/server/Dockerfile b/script/docker/server/Dockerfile
index 26a1154d7..057778d4f 100644
--- a/script/docker/server/Dockerfile
+++ b/script/docker/server/Dockerfile
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.
-FROM openjdk:21-slim-bullseye
+FROM eclipse-temurin:21-jdk
MAINTAINER Apache HertzBeat "[email protected]"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]