Skip to content

Commit 8bde0a6

Browse files
committed
bump python base image to 3.1112.2
1 parent 7dbedb3 commit 8bde0a6

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.1 AS base
1+
FROM materialsproject/devops:python-3.1112.2 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.1 AS base
1+
FROM materialsproject/devops:python-3.1112.2 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.1 AS base
1+
FROM materialsproject/devops:python-3.1112.2 AS base
22
RUN apt-get update && apt-get install -y --no-install-recommends libopenblas-dev && apt-get clean
33
FROM node:18.18.2-slim AS node
44

0 commit comments

Comments
 (0)