Skip to content

Commit fcaf1c3

Browse files
committed
use slim image
1 parent 3676ce0 commit fcaf1c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hugegraph-hubble/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN set -x \
3535
&& cd /pkg/hugegraph-hubble/ \
3636
&& mvn package $MAVEN_ARGS -e -B -ntp -DskipTests -Dmaven.javadoc.skip=true
3737

38-
FROM eclipse-temurin:11-jre
38+
FROM eclipse-temurin:11-jre-jammy
3939

4040
COPY --from=build /pkg/hugegraph-hubble/apache-hugegraph-hubble-incubating-*/ /hubble
4141
WORKDIR /hubble/

hugegraph-loader/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ RUN set -x \
3030
&& echo "$(ls)" \
3131
&& mvn clean package $MAVEN_ARGS -DskipTests
3232

33-
FROM eclipse-temurin:11-jre
33+
FROM eclipse-temurin:11-jre-jammy
3434

3535
COPY --from=build /pkg/hugegraph-loader/apache-hugegraph-loader-incubating-*/ /loader
3636
WORKDIR /loader/

0 commit comments

Comments
 (0)