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

Commit 2a7f5f9

Browse files
committed
update dependencies
1 parent 620728d commit 2a7f5f9

File tree

2 files changed

+50
-51
lines changed

2 files changed

+50
-51
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7-alpine3.9
1+
FROM python:3.7-alpine3.10
22

33
WORKDIR /
44

@@ -13,7 +13,7 @@ RUN /pipenv-install.py && \
1313
apk del python3-dev gcc musl-dev zlib-dev libffi-dev openssl-dev && \
1414
rm -rf /var/cache/apk/* /root/.cache /tmp/*
1515

16-
FROM python:3.7-alpine3.9
16+
FROM python:3.7-alpine3.10
1717

1818
WORKDIR /
1919

Pipfile.lock

Lines changed: 48 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)