Skip to content

Commit 53cbd8a

Browse files
committed
bump python base image to 3.1113.0
1 parent bacd127 commit 53cbd8a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

mpcontribs-api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM materialsproject/devops:python-3.1112.8 AS base
1+
FROM materialsproject/devops:python-3.1113.0 AS base
22
RUN apt-get update && apt-get install -y --no-install-recommends supervisor libopenblas-dev libpq-dev vim && apt-get clean
33
WORKDIR /app
44

mpcontribs-kernel-gateway/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM materialsproject/devops:python-3.1112.8 AS base
1+
FROM materialsproject/devops:python-3.1113.0 AS base
22
RUN apt-get update && apt-get install -y --no-install-recommends libopenblas-dev libpq-dev curl && apt-get clean
33

44
FROM base AS python-deps

mpcontribs-portal/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM materialsproject/devops:python-3.1112.8 AS base
1+
FROM materialsproject/devops:python-3.1113.0 AS base
22
RUN apt-get update && apt-get install -y --no-install-recommends libopenblas-dev && apt-get clean
33
FROM node:24.9.0-slim AS node
44

0 commit comments

Comments
 (0)