Compare commits

...

1 Commits

Author SHA1 Message Date
argoproj-renovate[bot]
a9a72b4669 chore(deps): update node.js to v24
Signed-off-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2025-10-28 00:11:47 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ WORKDIR /home/argocd
####################################################################################################
# Argo CD UI stage
####################################################################################################
FROM --platform=$BUILDPLATFORM docker.io/library/node:23.0.0@sha256:e643c0b70dca9704dff42e12b17f5b719dbe4f95e6392fc2dfa0c5f02ea8044d AS argocd-ui
FROM --platform=$BUILDPLATFORM docker.io/library/node:24.10.0@sha256:06e54ecf113a30f0ff9a1d309866a5924d3bda4389eab11a0e1e92f3251d915d AS argocd-ui
WORKDIR /src
COPY ["ui/package.json", "ui/yarn.lock", "./"]

View File

@@ -1,4 +1,4 @@
FROM docker.io/library/node:23.0.0@sha256:e643c0b70dca9704dff42e12b17f5b719dbe4f95e6392fc2dfa0c5f02ea8044d as node
FROM docker.io/library/node:24.10.0@sha256:06e54ecf113a30f0ff9a1d309866a5924d3bda4389eab11a0e1e92f3251d915d as node
RUN apt-get update && apt-get install --no-install-recommends -y \
software-properties-common