diff --git a/ui-test/Dockerfile b/ui-test/Dockerfile index 1834ebb901d06..483769e4cbd42 100644 --- a/ui-test/Dockerfile +++ b/ui-test/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/node:22.1.0@sha256:5a254b77549c0da906b48dd4891a4ccbe5fd34aeb10e831b6ac8e35d3eae7499 as node +FROM docker.io/library/node:22.2.0@sha256:a8ba58f54e770a0f910ec36d25f8a4f1670e741a58c2e6358b2c30b575c84263 as node RUN apt-get update && apt-get install --no-install-recommends -y \ software-properties-common