Skip to content

Commit 1f6a9e2

Browse files
bump python image
1 parent b02f5f3 commit 1f6a9e2

2 files changed

Lines changed: 2 additions & 2 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.1113.3 AS base
1+
FROM materialsproject/devops:python-3.1113.4 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.1113.3 AS base
1+
FROM materialsproject/devops:python-3.1113.4 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

0 commit comments

Comments
 (0)