Skip to content

Commit

Permalink
Image: Update to alpine 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tomdee committed Jul 25, 2018
1 parent f9d6667 commit ee7efee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -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 <casey@tigera.io>"

ADD bin/kube-controllers-linux-amd64 /usr/bin/kube-controllers
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm64
Original file line number Diff line number Diff line change
Expand Up @@ -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 <casey@tigera.io>"

ADD bin/kube-controllers-linux-arm64 /usr/bin/kube-controllers
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ppc64le
Original file line number Diff line number Diff line change
Expand Up @@ -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 <casey@tigera.io>"

ADD bin/kube-controllers-linux-ppc64le /usr/bin/kube-controllers
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.s390x
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee7efee

Please sign in to comment.