Skip to content

Commit d1a5564

Browse files
committed
bump python base image to 3.1111.1
1 parent 2093590 commit d1a5564

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