diff --git a/Dockerfile b/Dockerfile index a2d06c168..4b469d21f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.11.1-alpine +FROM node:20.11.1 LABEL author="internxt" WORKDIR /usr/app diff --git a/development.Dockerfile b/development.Dockerfile index fd0817187..739d336ed 100644 --- a/development.Dockerfile +++ b/development.Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.11.1-alpine +FROM node:20.11.1 WORKDIR /usr/app diff --git a/infrastructure/development.Dockerfile b/infrastructure/development.Dockerfile index fd0817187..739d336ed 100644 --- a/infrastructure/development.Dockerfile +++ b/infrastructure/development.Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.11.1-alpine +FROM node:20.11.1 WORKDIR /usr/app diff --git a/infrastructure/preview.Dockerfile b/infrastructure/preview.Dockerfile index 9bab2cbfd..cac455379 100644 --- a/infrastructure/preview.Dockerfile +++ b/infrastructure/preview.Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.11.1-alpine +FROM node:20.11.1 WORKDIR /usr/app