Skip to content

Commit 983ceeb

Browse files
chore(deps): bump node from 25.1-slim to 25.2-slim
Bumps node from 25.1-slim to 25.2-slim. --- updated-dependencies: - dependency-name: node dependency-version: 25.2-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 23e15be commit 983ceeb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use the official Node.js image based on Alpine Linux
22
# The --platform flag is used here to make sure we use a multi-platform base image
3-
FROM --platform=$TARGETPLATFORM node:25.1-slim AS base
3+
FROM --platform=$TARGETPLATFORM node:25.2-slim AS base
44

55
# Update and install git (if needed for your application)
66
#RUN apk update && \

Dockerfile-local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use the official Node.js image based on Alpine Linux
22
# The --platform flag is used here to make sure we use a multi-platform base image
3-
FROM --platform=$BUILDPLATFORM node:25.1-slim AS base
3+
FROM --platform=$BUILDPLATFORM node:25.2-slim AS base
44

55
# Update and install git (if needed for your application)
66
#RUN apk update && \

0 commit comments

Comments
 (0)