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

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Jul 13, 2019
1 parent 620728d commit 2a7f5f9
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 51 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 @@ -13,7 +13,7 @@ RUN /pipenv-install.py && \
apk del python3-dev gcc musl-dev zlib-dev libffi-dev openssl-dev && \
rm -rf /var/cache/apk/* /root/.cache /tmp/*

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

WORKDIR /

Expand Down
97 changes: 48 additions & 49 deletions Pipfile.lock

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

0 comments on commit 2a7f5f9

Please sign in to comment.