diff --git a/Dockerfile b/Dockerfile index ddf259c..3c89075 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Use the official Node.js image based on Alpine Linux # The --platform flag is used here to make sure we use a multi-platform base image -FROM --platform=$TARGETPLATFORM node:24.0-slim AS base +FROM --platform=$TARGETPLATFORM node:24.6-slim AS base # Update and install git (if needed for your application) #RUN apk update && \ diff --git a/Dockerfile-local b/Dockerfile-local index 847b692..792a68e 100644 --- a/Dockerfile-local +++ b/Dockerfile-local @@ -1,6 +1,6 @@ # Use the official Node.js image based on Alpine Linux # The --platform flag is used here to make sure we use a multi-platform base image -FROM --platform=$BUILDPLATFORM node:24.0-slim AS base +FROM --platform=$BUILDPLATFORM node:24.6-slim AS base # Update and install git (if needed for your application) #RUN apk update && \