Skip to content

Commit

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

---
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] committed Jul 8, 2024
1 parent 65d0e57 commit 90007dd
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.1013.12 as base
RUN apt-get update && apt-get install -y --no-install-recommends libopenblas-dev && apt-get clean
FROM node:18.18.2-slim as node
FROM node:22.4.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 90007dd

Please sign in to comment.