2 parents 7af3e0c + a82bda6 commit 84c5710Copy full SHA for 84c5710
1 file changed
Dockerfile
@@ -24,7 +24,7 @@ ENV PORT=$PORT
24
RUN npm install && npm run build
25
26
# Stage 2: Final container with nginx + Node.js server
27
-FROM nginx:1.31.3-alpine
+FROM nginx:1.31.4-alpine
28
29
# Install Node.js and curl for healthcheck
30
# Using Alpine Linux for smaller image size
0 commit comments