Skip to content

Commit

Permalink
feat: Update all-in-one to 2.0.0 (#102)
Browse files Browse the repository at this point in the history
* feat: Update all-in-one to 2.0.0

* Update all-in-one/Dockerfile

---------

Co-authored-by: 澄潭 <[email protected]>
  • Loading branch information
CH3CHO and johnlanni authored Sep 14, 2024
1 parent 5a80c48 commit 5f1e899
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
@@ -1,7 +1,7 @@
ARG HUB=higress-registry.cn-hangzhou.cr.aliyuncs.com/higress
ARG BASE_VERSION=2022-10-27T19-02-22
ARG CORE_VERSION=1.4.2
ARG CONSOLE_VERSION=1.4.2
ARG CORE_VERSION=2.0.0
ARG CONSOLE_VERSION=1.4.3
ARG APISERVER_VERSION=0.0.15

FROM ${HUB}/api-server:${APISERVER_VERSION} as apiserver
Expand Down

0 comments on commit 5f1e899

Please sign in to comment.