Skip to content

Commit

Permalink
chore(deps): bump node from 10 to 18
Browse files Browse the repository at this point in the history
Bumps node from 10 to 18.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 22, 2022
1 parent f352cb9 commit dd60f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG VERSION


# web build
FROM node:10 as web-build
FROM node:18 as web-build
WORKDIR /app
COPY ./web/package*.json ./web/yarn.* ./
RUN npm install
Expand Down

0 comments on commit dd60f44

Please sign in to comment.