Skip to content

Commit ad4706a

Browse files
authored
Revert "Upgrade alpine to v3.5"
1 parent d0b5258 commit ad4706a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

2.7/alpine/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.5
1+
FROM alpine:3.4
22

33
# ensure local python is preferred over distribution python
44
ENV PATH /usr/local/bin:$PATH

3.3/alpine/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.5
7+
FROM alpine:3.4
88

99
# ensure local python is preferred over distribution python
1010
ENV PATH /usr/local/bin:$PATH

3.4/alpine/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.5
7+
FROM alpine:3.4
88

99
# ensure local python is preferred over distribution python
1010
ENV PATH /usr/local/bin:$PATH

3.5/alpine/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.5
7+
FROM alpine:3.4
88

99
# ensure local python is preferred over distribution python
1010
ENV PATH /usr/local/bin:$PATH

3.6/alpine/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# PLEASE DO NOT EDIT IT DIRECTLY.
55
#
66

7-
FROM alpine:3.5
7+
FROM alpine:3.4
88

99
# ensure local python is preferred over distribution python
1010
ENV PATH /usr/local/bin:$PATH

Dockerfile-alpine.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.5
1+
FROM alpine:3.4
22

33
# ensure local python is preferred over distribution python
44
ENV PATH /usr/local/bin:$PATH

0 commit comments

Comments
 (0)