build(deps): bump node from 20.3.1 to 20.4.0

Bumps node from 20.3.1 to 20.4.0.

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

Signed-off-by: dependabot[bot] <support@github.com>
imgbot
dependabot[bot] 2023-07-11 07:55:58 +00:00 committed by GitHub
parent 9a2a22cdd9
commit 56764a5d39
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:20.3.1
FROM node:20.4.0
RUN mkdir -p /usr/hullcss/src
WORKDIR /usr/hullcss/src
COPY package.json /usr/hullcss/src