Skip to content

Commit

Permalink
bump python base image to 3.1110.5
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Jan 8, 2025
1 parent b4d2ab6 commit 425d688
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mpcontribs-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM materialsproject/devops:python-3.1110.4 AS base
FROM materialsproject/devops:python-3.1110.5 AS base
RUN apt-get update && apt-get install -y --no-install-recommends supervisor libopenblas-dev libpq-dev vim && apt-get clean
WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-kernel-gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM materialsproject/devops:python-3.1110.4 AS base
FROM materialsproject/devops:python-3.1110.5 AS base
RUN apt-get update && apt-get install -y --no-install-recommends libopenblas-dev libpq-dev && apt-get clean

FROM base AS python-deps
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-portal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM materialsproject/devops:python-3.1110.4 AS base
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

Expand Down

0 comments on commit 425d688

Please sign in to comment.