diff --git a/Dockerfile b/Dockerfile index 91a122d..8a11772 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # -- compilation -- -FROM node:20.15.0-alpine AS build +FROM node:20.15.1-alpine AS build WORKDIR /app # install dependencies @@ -14,7 +14,7 @@ RUN npm run build # -- execution -- -FROM node:20.15.0-alpine +FROM node:20.15.1-alpine WORKDIR /app # install PRODUCTION dependencies