Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 19d8f1f commit 0fb57bc
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.1110.5 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:23.6.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 0fb57bc

Please sign in to comment.