Skip to content

Commit

Permalink
build(deps): bump node in /mpcontribs-portal
Browse files Browse the repository at this point in the history
Bumps node from 16.8.0-slim to 16.9.1-slim.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tschaume committed Sep 21, 2021
1 parent cc2edcb commit de3500a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpcontribs-portal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM materialsproject/devops:python-3.97.0 as base
FROM node:16.8.0-slim as node
FROM node:16.9.1-slim as node

FROM node as webpack-deps
RUN apt-get update && apt-get install -y --no-install-recommends \
Expand Down

0 comments on commit de3500a

Please sign in to comment.