Dockerfile: upgraded Node version 18>24

This commit is contained in:
2025-08-11 12:59:00 +02:00
parent 0a16afb1b6
commit 76e864b53f

View File

@@ -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