diff --git a/Dockerfile b/Dockerfile index 3b38fa8b..55655d65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Step 1: Build the app with node -FROM node:23.0.0-alpine3.19 AS builder +FROM node:23.3.0-alpine3.19 AS builder WORKDIR /app COPY package*.json . COPY .env . diff --git a/Dockerfile.bdc b/Dockerfile.bdc index 9b7522e3..da7bad31 100644 --- a/Dockerfile.bdc +++ b/Dockerfile.bdc @@ -1,5 +1,5 @@ # Step 1: Build the app with node -FROM node:23.0.0-alpine3.19 AS builder +FROM node:23.3.0-alpine3.19 AS builder WORKDIR /app COPY package*.json . COPY .env . diff --git a/Dockerfile.prod b/Dockerfile.prod index f470405e..35f4c24f 100644 --- a/Dockerfile.prod +++ b/Dockerfile.prod @@ -1,5 +1,5 @@ # Step 1: Build the app with node -FROM node:23.0.0-alpine3.19 AS builder +FROM node:23.3.0-alpine3.19 AS builder WORKDIR /app COPY package*.json . COPY .env .