diff --git a/.nvmrc b/.nvmrc index 9b06311b..84e5de6e 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -24.3.0 \ No newline at end of file +24.4.0 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index a394b5e6..683388cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:24.3.0-alpine3.21 +FROM node:24.4.0-alpine3.21 LABEL org.opencontainers.image.source="https://github.com/settlemint/docs"