You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by qi...@apache.org on 2022/08/09 11:32:58 UTC

[iotdb-web-workbench] branch master updated: fix:change the base images (#28)

This is an automated email from the ASF dual-hosted git repository.

qiaojialin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb-web-workbench.git


The following commit(s) were added to refs/heads/master by this push:
     new 9dd297c  fix:change the base images (#28)
9dd297c is described below

commit 9dd297c2d1c3f5334dc32060904d2050da5c0902
Author: ljn55966005 <32...@users.noreply.github.com>
AuthorDate: Tue Aug 9 19:32:54 2022 +0800

    fix:change the base images (#28)
---
 backend/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/backend/Dockerfile b/backend/Dockerfile
index cccb7ff..203c0c3 100644
--- a/backend/Dockerfile
+++ b/backend/Dockerfile
@@ -20,7 +20,7 @@
 
 
 
-FROM hub.segma.tech/library/java:8-jre-centos7-apollo
+FROM openjdk:8-jdk-oracle
 
 COPY --from=builder /app/target/workbench-1.0.0.jar /app/workbench-1.0.0.jar