diff --git a/Dockerfile b/Dockerfile index b735dd6..4a13284 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Node.js 20 LTS image as base -FROM node:20-alpine AS base +FROM node:26-alpine AS base # Install dependencies only when needed FROM base AS deps