Skip to content

Commit

Permalink
bump cli to v2.8.4 (#45514)
Browse files Browse the repository at this point in the history
  • Loading branch information
enrichman committed May 16, 2024
1 parent 7ccc821 commit 29572e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ RUN curl -sLf ${!TINI_URL} > /usr/bin/tini && \

ENV CATTLE_UI_VERSION 2.8.4
ENV CATTLE_DASHBOARD_UI_VERSION v2.8.4
ENV CATTLE_CLI_VERSION v2.8.3
ENV CATTLE_CLI_VERSION v2.8.4


# Base UI brand used as a fallback env setting (not user facing) to indicate this is a non-prime install
Expand Down
2 changes: 1 addition & 1 deletion tests/v2/codecoverage/package/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ RUN curl -sLf ${!TINI_URL} > /usr/bin/tini && \

ENV CATTLE_UI_VERSION 2.8.0
ENV CATTLE_DASHBOARD_UI_VERSION v2.8.0
ENV CATTLE_CLI_VERSION v2.8.3
ENV CATTLE_CLI_VERSION v2.8.4

# Base UI brand used as a fallback env setting (not user facing) to indicate this is a non-prime install
ENV CATTLE_BASE_UI_BRAND=
Expand Down

0 comments on commit 29572e6

Please sign in to comment.