diff --git a/Dockerfile b/Dockerfile index da21d88..b33c234 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # This file is inspired by https://github.com/vercel/next.js/blob/canary/examples/with-docker/Dockerfile -FROM node:18-alpine AS base +FROM node:24-alpine AS base #----------------------------------------- # STAGE 1: Build the Next.js project