Skip to content

Commit

Permalink
Bump node from 20.6.1-slim to 20.8.0-slim in /mpcontribs-portal
Browse files Browse the repository at this point in the history
Bumps node from 20.6.1-slim to 20.8.0-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 Oct 2, 2023
1 parent 233c4f6 commit 62a64c6
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,6 +1,6 @@
FROM materialsproject/devops:python-3.1010.12 as base
RUN apt-get update && apt-get install -y --no-install-recommends libopenblas-dev && apt-get clean
FROM node:20.6.1-slim as node
FROM node:20.8.0-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 62a64c6

Please sign in to comment.