From 270260e50a7dea987aa845dcd8c34e4a1cc15c35 Mon Sep 17 00:00:00 2001 From: Noah Treuhaft Date: Thu, 1 Mar 2018 13:05:44 -0800 Subject: [PATCH] Update Dockerfile base images to alpine:3.7 --- Dockerfile | 2 +- Dockerfile-ppc64le | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e17b0d52..58085f3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM alpine:3.5 +FROM alpine:3.7 LABEL maintainer "Casey Davenport " ADD dist/kube-controllers-linux-amd64 /usr/bin/kube-controllers diff --git a/Dockerfile-ppc64le b/Dockerfile-ppc64le index 2fd9044a..eb45e4d4 100644 --- a/Dockerfile-ppc64le +++ b/Dockerfile-ppc64le @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM ppc64le/alpine:3.6 +FROM ppc64le/alpine:3.7 LABEL maintainer "Casey Davenport " ADD dist/kube-controllers-linux-ppc64le /usr/bin/kube-controllers