chore(deps): bump node in /tests/apps/dockerfile-app-json-formations

Bumps node from 20-alpine to 21-alpine.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-10-20 13:34:24 +00:00
committed by GitHub
parent a062f938f1
commit 412468b6eb

View File

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