build(deps): bump node from 16.17.0 to 18.10.0

Bumps node from 16.17.0 to 18.10.0.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
imgbot
dependabot[bot] 2022-10-08 10:25:26 +00:00 committed by GitHub
parent aa4c013785
commit fe4106a1a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:16.17.0
FROM node:18.10.0
RUN mkdir -p /usr/hullcss/src
WORKDIR /usr/hullcss/src
COPY package.json /usr/hullcss/src