diff --git a/ui-test/Dockerfile b/ui-test/Dockerfile index 46231bad8d142..1b6bf3e4262fc 100644 --- a/ui-test/Dockerfile +++ b/ui-test/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/node:21.7.1@sha256:b9ccc4aca32eebf124e0ca0fd573dacffba2b9236987a1d4d2625ce3c162ecc8 as node +FROM docker.io/library/node:21.7.3@sha256:162d92c5f1467ad877bf6d8a098d9b04d7303879017a2f3644bfb1de1fc88ff0 as node RUN apt-get update && apt-get install --no-install-recommends -y \ software-properties-common