chore(deps): bump node in /tests/apps/dockerfile

Bumps node from 24-alpine to 25-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-17 13:05:50 +00:00
committed by GitHub
parent 57b9f19ba9
commit 74899b580d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM node:24-alpine
FROM node:25-alpine
RUN apk add --no-cache bash

View File

@@ -1,4 +1,4 @@
FROM node:24-alpine
FROM node:25-alpine
RUN apk add --no-cache bash