Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni authored Jul 4, 2024
1 parent 364e5a1 commit 2bcac50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions all-in-one/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down Expand Up @@ -57,4 +57,4 @@ COPY ./config /opt/data/defaultConfig

EXPOSE 8080 8443 8001

ENTRYPOINT ["supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
ENTRYPOINT ["supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]

0 comments on commit 2bcac50

Please sign in to comment.