diff --git a/apps/4tu/Dockerfile b/apps/4tu/Dockerfile index 5fb2fab5..96959d71 100644 --- a/apps/4tu/Dockerfile +++ b/apps/4tu/Dockerfile @@ -1,6 +1,6 @@ # Fetching the latest node image on apline linux -FROM node:18-alpine AS builder -RUN apk update && apk add git && npm i -g turbo && npm i -g pnpm@8.6.12 +FROM node:20-alpine AS builder +RUN apk update && apk add git && npm i -g turbo && npm i -g pnpm # Setting up the work directory WORKDIR /app diff --git a/apps/cat/Dockerfile b/apps/cat/Dockerfile index 334e67cc..fc43ae23 100644 --- a/apps/cat/Dockerfile +++ b/apps/cat/Dockerfile @@ -1,6 +1,6 @@ # Fetching the latest node image on apline linux -FROM node:18-alpine AS builder -RUN apk update && apk add git && npm i -g turbo && npm i -g pnpm@8.6.12 +FROM node:20-alpine AS builder +RUN apk update && apk add git && npm i -g turbo && npm i -g pnpm # Setting up the work directory WORKDIR /app diff --git a/apps/digitaltwins/Dockerfile b/apps/digitaltwins/Dockerfile index 70804200..bb5a0e4e 100644 --- a/apps/digitaltwins/Dockerfile +++ b/apps/digitaltwins/Dockerfile @@ -1,6 +1,6 @@ # Fetching the latest node image on apline linux -FROM node:18-alpine AS builder -RUN apk update && apk add git && npm i -g turbo && npm i -g pnpm@8.6.12 +FROM node:20-alpine AS builder +RUN apk update && apk add git && npm i -g turbo && npm i -g pnpm # Setting up the work directory WORKDIR /app diff --git a/apps/rda/Dockerfile b/apps/rda/Dockerfile index 2e4f934d..1bc90150 100644 --- a/apps/rda/Dockerfile +++ b/apps/rda/Dockerfile @@ -1,6 +1,6 @@ # Fetching the latest node image on apline linux -FROM node:18-alpine AS builder -RUN apk update && apk add git && npm i -g turbo && npm i -g pnpm@8.6.12 +FROM node:20-alpine AS builder +RUN apk update && apk add git && npm i -g turbo && npm i -g pnpm # Setting up the work directory WORKDIR /app diff --git a/apps/swh/Dockerfile b/apps/swh/Dockerfile index 2e64a0a9..8b5f59aa 100644 --- a/apps/swh/Dockerfile +++ b/apps/swh/Dockerfile @@ -1,6 +1,6 @@ # Fetching the latest node image on apline linux -FROM node:18-alpine AS builder -RUN apk update && apk add git && npm i -g turbo && npm i -g pnpm@8.6.12 +FROM node:20-alpine AS builder +RUN apk update && apk add git && npm i -g turbo && npm i -g pnpm # Setting up the work directory