diff --git a/ui-test/Dockerfile b/ui-test/Dockerfile index 7469b94b002ea..840e908df1424 100644 --- a/ui-test/Dockerfile +++ b/ui-test/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/node:23.0.0@sha256:e643c0b70dca9704dff42e12b17f5b719dbe4f95e6392fc2dfa0c5f02ea8044d as node +FROM docker.io/library/node:24.18.1@sha256:19cd848a0e073d34bd8cd5545a1b6b4d28489b3e3b607366621ced442bd5f6b4 as node RUN apt-get update && apt-get install --no-install-recommends -y \ software-properties-common