Skip to content

Commit e3dfeb8

Browse files
Merge pull request #264 from jose-bigio/backport_alpine
Update Dockerfile base images to alpine:3.7
2 parents 3cb8ce8 + 7f9350a commit e3dfeb8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
FROM alpine:3.5
14+
FROM alpine:3.7
1515
LABEL maintainer "Casey Davenport <[email protected]>"
1616

1717
ADD dist/kube-controllers-linux-amd64 /usr/bin/kube-controllers

Dockerfile-ppc64le

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
FROM ppc64le/alpine:3.6
14+
FROM ppc64le/alpine:3.7
1515
LABEL maintainer "Casey Davenport <[email protected]>"
1616

1717
ADD dist/kube-controllers-linux-ppc64le /usr/bin/kube-controllers

0 commit comments

Comments
 (0)