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

Commit 41276c3

Browse files
committed
update dependencies (+ Alpine 3.9)
1 parent 87a2a53 commit 41276c3

File tree

2 files changed

+149
-111
lines changed

2 files changed

+149
-111
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.8
1+
FROM python:3.7-alpine3.9
22
MAINTAINER Henning Jacobs <[email protected]>
33

44
WORKDIR /
@@ -10,7 +10,7 @@ RUN /pipenv-install.py && \
1010
rm -fr /usr/local/lib/python3.7/site-packages/pip && \
1111
rm -fr /usr/local/lib/python3.7/site-packages/setuptools
1212

13-
FROM python:3.7-alpine3.8
13+
FROM python:3.7-alpine3.9
1414

1515
WORKDIR /
1616

0 commit comments

Comments
 (0)