From b707878cae675863c74eb40f48d29e3b8e60c705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 06:39:34 +0000 Subject: [PATCH] Bump node from 23.5-slim to 23.7-slim Bumps node from 23.5-slim to 23.7-slim. --- updated-dependencies: - dependency-name: node dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile-local | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9ad256d..c85346c 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:23.5-slim AS base +FROM --platform=$TARGETPLATFORM node:23.7-slim AS base # Update and install git (if needed for your application) #RUN apk update && \ diff --git a/Dockerfile-local b/Dockerfile-local index d10a7f3..edadd37 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:23.5-slim AS base +FROM --platform=$BUILDPLATFORM node:23.7-slim AS base # Update and install git (if needed for your application) #RUN apk update && \