Bump node from 24-slim to 25-slim

Bumps node from 24-slim to 25-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-version: 25-slim
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-04-17 07:16:20 +00:00
committed by Claudio Ortolina
parent f1013070bd
commit ae14149a42
+1 -1
View File
@@ -18,7 +18,7 @@ ARG DEBIAN_VERSION=trixie-20260406-slim
ARG BUILDER_IMAGE="hexpm/elixir:${ELIXIR_VERSION}-erlang-${OTP_VERSION}-debian-${DEBIAN_VERSION}"
ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"
FROM node:24-slim AS node
FROM node:25-slim AS node
FROM ${BUILDER_IMAGE} AS builder