diff --git a/Dockerfile b/Dockerfile index fde8fb1..5327402 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. ############################################################################## -FROM node:19 +FROM node:22 # Create app directory WORKDIR /app