Skip to content

Commit 8f58ae8

Browse files
committed
bump python base image to 3.1111.0
1 parent 19f7d9a commit 8f58ae8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.1110.8 AS base
1+
FROM materialsproject/devops:python-3.1111.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.1110.8 AS base
1+
FROM materialsproject/devops:python-3.1111.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.1110.8 AS base
1+
FROM materialsproject/devops:python-3.1111.0 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)