From ee7efee46681ae937c7d62b345c74cf09a283585 Mon Sep 17 00:00:00 2001 From: Tom Denham Date: Wed, 25 Jul 2018 13:29:39 -0700 Subject: [PATCH] Image: Update to alpine 3.8 --- Dockerfile.amd64 | 2 +- Dockerfile.arm64 | 2 +- Dockerfile.ppc64le | 2 +- Dockerfile.s390x | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile.amd64 b/Dockerfile.amd64 index 4d16a64a..ec2800a8 100644 --- a/Dockerfile.amd64 +++ b/Dockerfile.amd64 @@ -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 amd64/alpine:3.7 +FROM amd64/alpine:3.8 LABEL maintainer "Casey Davenport " ADD bin/kube-controllers-linux-amd64 /usr/bin/kube-controllers diff --git a/Dockerfile.arm64 b/Dockerfile.arm64 index c1f56f81..503f06b6 100644 --- a/Dockerfile.arm64 +++ b/Dockerfile.arm64 @@ -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 arm64v8/alpine:3.7 +FROM arm64v8/alpine:3.8 LABEL maintainer "Casey Davenport " ADD bin/kube-controllers-linux-arm64 /usr/bin/kube-controllers diff --git a/Dockerfile.ppc64le b/Dockerfile.ppc64le index 32b71891..4aa25a5e 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.7 +FROM ppc64le/alpine:3.8 LABEL maintainer "Casey Davenport " ADD bin/kube-controllers-linux-ppc64le /usr/bin/kube-controllers diff --git a/Dockerfile.s390x b/Dockerfile.s390x index 03eafacf..97cfdfdd 100644 --- a/Dockerfile.s390x +++ b/Dockerfile.s390x @@ -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 s390x/alpine:3.7 +FROM s390x/alpine:3.8 LABEL maintainer "LoZ Open Source Ecosystem (https://www.ibm.com/developerworks/community/groups/community/lozopensource)" ADD bin/kube-controllers-linux-s390x /usr/bin/kube-controllers