File tree Expand file tree Collapse file tree
docker/bootstrap/alpine-3
template/Dockerfile/images Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# -- automatically generated --
44# +++++++++++++++++++++++++++++++++++++++
55
6- FROM alpine:3.4
6+ FROM alpine:3.5
77
88MAINTAINER info@webdevops.io
99LABEL vendor=WebDevOps.io
@@ -36,7 +36,7 @@ RUN set -x \
3636 python-dev \
3737 py-setuptools \
3838 py-crypto \
39- py -pip \
39+ py2 -pip \
4040 py-cparser \
4141 py-cryptography \
4242 py-markupsafe \
Original file line number Diff line number Diff line change 1- {{ docker.fromOfficial("alpine", "3.4 ") }}
1+ {{ docker.fromOfficial("alpine", "3.5 ") }}
22
33{{ docker.version() }}
44
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN set -x \
1919 python-dev \
2020 py-setuptools \
2121 py-crypto \
22- py -pip \
22+ py2 -pip \
2323 py-cparser \
2424 py-cryptography \
2525 py-markupsafe \
You can’t perform that action at this time.
0 commit comments