Skip to content

Suggested upgrade to development version of node in Dockerfile #14662

@daveisfera

Description

@daveisfera

Is there an existing issue for this?

  • I have searched the existing issues

Package ecosystem

Docker

Package manager version

No response

Language version

No response

Manifest location and content before the Dependabot update

FROM node:24.14.1-trixie-slim

WORKDIR /usr/src/app

dependabot.yml content

version: 2
updates:
    - package-ecosystem: "github-actions"
      directory: "/"
      schedule:
          interval: "weekly"
    - package-ecosystem: "docker"
      directory: "/"
      schedule:
          interval: "weekly"

Updated dependency

FROM node:25.9.0-trixie-slim

What you expected to see, versus what you actually saw

No recommended update

Native package manager behavior

N/A

Images of the diff or a link to the PR, issue, or logs

Bump node from 24.14.1-trixie-slim to 25.9.0-trixie-slim

Smallest manifest that reproduces the issue

FROM node:24.14.1-trixie-slim

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions