diff --git a/.nvmrc b/.nvmrc index f5b3ef39..be18414a 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -22.21.0 \ No newline at end of file +22.21.1 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 994021e4..95899415 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build stage -FROM node:22.21.0 as builder +FROM node:22.21.1 as builder WORKDIR /web-ui