Skip to content

Commit

Permalink
Bump node from 20.6.0-slim to 20.6.1-slim in /mpcontribs-portal
Browse files Browse the repository at this point in the history
Bumps node from 20.6.0-slim to 20.6.1-slim.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tschaume committed Sep 19, 2023
1 parent a7a6c5d commit 742af5a
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.10 as base
RUN apt-get update && apt-get install -y --no-install-recommends libopenblas-dev && apt-get clean
FROM node:20.6.0-slim as node
FROM node:20.6.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 742af5a

Please sign in to comment.