diff --git a/backend/vehicles/Dockerfile b/backend/vehicles/Dockerfile index 1cbb61051..880398e1c 100644 --- a/backend/vehicles/Dockerfile +++ b/backend/vehicles/Dockerfile @@ -1,5 +1,5 @@ # Build container -FROM node:18.17.1-alpine AS builder +FROM node:18.18.1-alpine AS builder # Set the working directory to /app inside the container WORKDIR /app @@ -18,7 +18,7 @@ RUN npm prune --production # Deployment container -FROM node:18.17.1-alpine +FROM node:18.18.1-alpine RUN npm cache clean --force # Create and Assign permissions to npm folder