From bd90eb267f39e911b0b91584959a79ef87e46e81 Mon Sep 17 00:00:00 2001 From: Timofei Larkin Date: Tue, 18 Feb 2025 17:22:41 +0300 Subject: [PATCH] Prepare release v0.25.2 --- packages/system/dashboard/images/dashboard/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/system/dashboard/images/dashboard/Dockerfile b/packages/system/dashboard/images/dashboard/Dockerfile index 59073e2e..d474872e 100644 --- a/packages/system/dashboard/images/dashboard/Dockerfile +++ b/packages/system/dashboard/images/dashboard/Dockerfile @@ -1,7 +1,7 @@ FROM bitnami/node:20.15.1 AS build WORKDIR /app -ARG COMMIT_REF=dd02680d796c962b8dcc4e5ea70960a846c1acdc +ARG COMMIT_REF=190ea544aeb0be74bb6d1aa4bb474910559e7ecd RUN wget -O- https://github.com/aenix-io/kubeapps/archive/${COMMIT_REF}.tar.gz | tar xzf - --strip-components=2 kubeapps-${COMMIT_REF}/dashboard RUN yarn install --frozen-lockfile