diff --git a/ui-test/Dockerfile b/ui-test/Dockerfile index 9dae33e7255e1..bc0995495ab68 100644 --- a/ui-test/Dockerfile +++ b/ui-test/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/node:20.5.0@sha256:32ec50b65ac9572eda92baa6004a04dbbfc8021ea806fa62d37336183cad04e6 as node +FROM docker.io/library/node:20.6.0@sha256:479e4dcd4fafcf9759ad253dcf186036926b5fa522d405ee9bb103e0c36c405f as node RUN apt-get update && apt-get install --no-install-recommends -y \ software-properties-common