Skip to content

Commit 62c52b8

Browse files
committed
Switch to alpine 3.5
1 parent 33d89b0 commit 62c52b8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docker/bootstrap/alpine-3/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# -- automatically generated --
44
#+++++++++++++++++++++++++++++++++++++++
55

6-
FROM alpine:3.4
6+
FROM alpine:3.5
77

88
MAINTAINER info@webdevops.io
99
LABEL 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 \

docker/bootstrap/alpine-3/Dockerfile.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{ docker.fromOfficial("alpine", "3.4") }}
1+
{{ docker.fromOfficial("alpine", "3.5") }}
22

33
{{ docker.version() }}
44

template/Dockerfile/images/bootstrap.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)