Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Jul 24, 2019
1 parent 26b0a13 commit 6b90169
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 93 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.7-alpine3.9
FROM python:3.7-alpine3.10

WORKDIR /

Expand All @@ -9,7 +9,7 @@ RUN /pipenv-install.py && \
rm -fr /usr/local/lib/python3.7/site-packages/pip && \
rm -fr /usr/local/lib/python3.7/site-packages/setuptools

FROM python:3.7-alpine3.9
FROM python:3.7-alpine3.10

WORKDIR /

Expand Down
199 changes: 108 additions & 91 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b90169

Please sign in to comment.