Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion hugegraph-hubble/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN set -x \
&& cd /pkg/hugegraph-hubble/ \
&& mvn package $MAVEN_ARGS -e -B -ntp -DskipTests -Dmaven.javadoc.skip=true

FROM openjdk:11-slim
FROM eclipse-temurin:11-jre-jammy

COPY --from=build /pkg/hugegraph-hubble/apache-hugegraph-hubble-incubating-*/ /hubble
WORKDIR /hubble/
Expand Down
2 changes: 1 addition & 1 deletion hugegraph-loader/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN set -x \
&& echo "$(ls)" \
&& mvn clean package $MAVEN_ARGS -DskipTests

FROM openjdk:11-slim
FROM eclipse-temurin:11-jre-jammy

COPY --from=build /pkg/hugegraph-loader/apache-hugegraph-loader-incubating-*/ /loader
WORKDIR /loader/
Expand Down
Loading