Skip to content

Commit

Permalink
bump python image 3.96.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Aug 4, 2021
1 parent f64a3e6 commit c745896
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mpcontribs-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM materialsproject/devops:python-3.96.2 as base
FROM materialsproject/devops:python-3.96.3 as base
RUN apt-get update && apt-get install -y --no-install-recommends supervisor libpq-dev && apt-get clean

FROM base as builder
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-portal/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM materialsproject/devops:python-3.96.2 as base
FROM materialsproject/devops:python-3.96.3 as base
FROM node:16.6.0-slim as node

FROM node as webpack-deps
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-sidecars/kernel_gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM materialsproject/devops:python-3.96.2 as base
FROM materialsproject/devops:python-3.96.3 as base
MAINTAINER Patrick Huck (tschaume)

FROM base as python-deps
Expand Down

0 comments on commit c745896

Please sign in to comment.