From cd80a7344600d491399c45cf3cb28b8514c4fdb3 Mon Sep 17 00:00:00 2001 From: Andrei Kvapil Date: Tue, 5 Aug 2025 12:54:47 +0200 Subject: [PATCH] [dashboard] fix diff editor Signed-off-by: Andrei Kvapil --- packages/system/dashboard/images/dashboard/Dockerfile | 2 +- packages/system/dashboard/images/kubeapps-apis/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/system/dashboard/images/dashboard/Dockerfile b/packages/system/dashboard/images/dashboard/Dockerfile index 633d9e7f..48656a2c 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=cdf9095f50c74505870de337725d2a9d0bd20947 +ARG COMMIT_REF=4926bc68fabb0914afab574006643c85a597b371 RUN wget -O- https://github.com/cozystack/kubeapps/archive/${COMMIT_REF}.tar.gz | tar xzf - --strip-components=2 kubeapps-${COMMIT_REF}/dashboard RUN yarn install --frozen-lockfile diff --git a/packages/system/dashboard/images/kubeapps-apis/Dockerfile b/packages/system/dashboard/images/kubeapps-apis/Dockerfile index 619f9386..a525a170 100644 --- a/packages/system/dashboard/images/kubeapps-apis/Dockerfile +++ b/packages/system/dashboard/images/kubeapps-apis/Dockerfile @@ -4,7 +4,7 @@ # syntax = docker/dockerfile:1 FROM alpine AS source -ARG COMMIT_REF=cdf9095f50c74505870de337725d2a9d0bd20947 +ARG COMMIT_REF=4926bc68fabb0914afab574006643c85a597b371 RUN apk add --no-cache patch WORKDIR /source RUN wget -O- https://github.com/cozystack/kubeapps/archive/${COMMIT_REF}.tar.gz | tar xzf - --strip-components=1