diff --git a/Dockerfile b/Dockerfile index 66ab24ea..3b38fa8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Step 1: Build the app with node -FROM node:22.9.0-alpine3.19 AS builder +FROM node:23.0.0-alpine3.19 AS builder WORKDIR /app COPY package*.json . COPY .env . diff --git a/Dockerfile.bdc b/Dockerfile.bdc index 485677eb..9b7522e3 100644 --- a/Dockerfile.bdc +++ b/Dockerfile.bdc @@ -1,5 +1,5 @@ # Step 1: Build the app with node -FROM node:22.9.0-alpine3.19 AS builder +FROM node:23.0.0-alpine3.19 AS builder WORKDIR /app COPY package*.json . COPY .env . diff --git a/Dockerfile.prod b/Dockerfile.prod index 58322156..f470405e 100644 --- a/Dockerfile.prod +++ b/Dockerfile.prod @@ -1,5 +1,5 @@ # Step 1: Build the app with node -FROM node:22.9.0-alpine3.19 AS builder +FROM node:23.0.0-alpine3.19 AS builder WORKDIR /app COPY package*.json . COPY .env .