diff --git a/Dockerfile b/Dockerfile index 89ffe92..d44c07a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG NODE_VERSION=24.13.0-slim +ARG NODE_VERSION=24.13.1-slim # Stage 1: Build the application FROM node:${NODE_VERSION} AS builder