diff --git a/all-in-one/Dockerfile b/all-in-one/Dockerfile index a2e0022..d6a4c42 100644 --- a/all-in-one/Dockerfile +++ b/all-in-one/Dockerfile @@ -9,7 +9,7 @@ FROM ${HUB}/higress:${CORE_VERSION} as controller FROM ${HUB}/pilot:${CORE_VERSION} as pilot FROM ${HUB}/gateway:${CORE_VERSION} as gateway FROM ${HUB}/console:${CONSOLE_VERSION} as console -FROM higress-registry.cn-hangzhou.cr.aliyuncs.com/higress/eclipse-temurin:21-jre as jdk +FROM eclipse-temurin:21-jre as jdk FROM ${HUB}/base:${BASE_VERSION} @@ -57,4 +57,4 @@ COPY ./config /opt/data/defaultConfig EXPOSE 8080 8443 8001 -ENTRYPOINT ["supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"] \ No newline at end of file +ENTRYPOINT ["supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]