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

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 23:10:51 +00:00
committed by GitHub
parent 441436df66
commit 4b1c9d53f5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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