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

Bumps node from 4-alpine to 18-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]
2022-10-14 01:19:43 +00:00
committed by GitHub
parent e1c74fe305
commit de1f03c72b

View File

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