[OSPP] Modify Dockerfile to support RISC-V. (#3713)

Co-authored-by: Calvin <zhengqiwei@apache.org>
Co-authored-by: Tom <tomsun28@outlook.com>
This commit is contained in:
lynx009
2025-09-30 23:22:31 +08:00
committed by GitHub
co-authored by Calvin Tom
parent d0daa2eec5
commit 381db85149
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 "dev@hertzbeat.apache.org"
+1 -1
View File
@@ -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 "dev@hertzbeat.apache.org"