diff --git a/.nvmrc b/.nvmrc index 8783404..5767036 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.12.2 +22.21.1 diff --git a/Dockerfile b/Dockerfile index 3f5f941..9f7b23a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.12.2-alpine +FROM node:22.21.1-alpine RUN apk add --no-cache bash RUN npm i -g @nestjs/cli typescript ts-node diff --git a/document.Dockerfile b/document.Dockerfile index 835425b..bf2541a 100644 --- a/document.Dockerfile +++ b/document.Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.12.2-alpine +FROM node:22.21.1-alpine RUN apk add --no-cache bash RUN npm i -g @nestjs/cli typescript ts-node diff --git a/document.e2e.Dockerfile b/document.e2e.Dockerfile index 6716704..f2e27aa 100644 --- a/document.e2e.Dockerfile +++ b/document.e2e.Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.12.2-alpine +FROM node:22.21.1-alpine RUN apk add --no-cache bash RUN npm i -g @nestjs/cli typescript ts-node diff --git a/document.test.Dockerfile b/document.test.Dockerfile index d9957ef..69ad211 100644 --- a/document.test.Dockerfile +++ b/document.test.Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.12.2-alpine +FROM node:22.21.1-alpine RUN apk add --no-cache bash RUN npm i -g @nestjs/cli typescript ts-node diff --git a/relational.e2e.Dockerfile b/relational.e2e.Dockerfile index 4040687..8c26e9e 100644 --- a/relational.e2e.Dockerfile +++ b/relational.e2e.Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.12.2-alpine +FROM node:22.21.1-alpine RUN apk add --no-cache bash RUN npm i -g @nestjs/cli typescript ts-node diff --git a/relational.test.Dockerfile b/relational.test.Dockerfile index 1bd39ef..7f90e28 100644 --- a/relational.test.Dockerfile +++ b/relational.test.Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.12.2-alpine +FROM node:22.21.1-alpine RUN apk add --no-cache bash RUN npm i -g @nestjs/cli typescript ts-node