Skip to content

Commit 75453f9

Browse files
authored
Merge pull request #57 from takinbo/version2
fixes #54 switched to using alpine linux v3.7
2 parents ec488c6 + 55dac89 commit 75453f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM alpine:3.4
1+
FROM alpine:3.7
22

33
MAINTAINER Tim Akinbo <[email protected]>
44

55
ADD . /app/
66
RUN set -ex \
77
&& apk add --no-cache --virtual .build-deps \
8-
--repository http://dl-3.alpinelinux.org/alpine/edge/community/ \
8+
--repository http://dl-cdn.alpinelinux.org/alpine/v3.7/community/ \
99
build-base \
1010
libxml2-dev \
1111
libxslt-dev \
@@ -14,7 +14,7 @@ RUN set -ex \
1414
py-pip \
1515
linux-headers \
1616
&& apk add --no-cache --virtual .python-deps \
17-
--repository http://dl-3.alpinelinux.org/alpine/edge/community/ \
17+
--repository http://dl-cdn.alpinelinux.org/alpine/v3.7/community/ \
1818
python \
1919
py-setuptools \
2020
libmagic \

0 commit comments

Comments
 (0)