Skip to content

Commit

Permalink
Merge pull request #2061 from chenrui333/alpine-3.10
Browse files Browse the repository at this point in the history
Update alpine image to 3.10
  • Loading branch information
caseydavenport committed Sep 27, 2019
2 parents 94fc35d + 525535b commit 1baa29b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.amd64
@@ -1,4 +1,4 @@
FROM amd64/alpine:3.8
FROM amd64/alpine:3.10
MAINTAINER Tom Denham <tom@projectcalico.org>

ADD bin/calicoctl-linux-amd64 /calicoctl
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.arm64
@@ -1,4 +1,4 @@
FROM arm64v8/alpine:3.8
FROM arm64v8/alpine:3.10
MAINTAINER Tom Denham <tom@projectcalico.org>

ADD bin/calicoctl-linux-arm64 /calicoctl
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ppc64le
@@ -1,4 +1,4 @@
FROM ppc64le/alpine:3.8
FROM ppc64le/alpine:3.10
MAINTAINER Tom Denham <tom@projectcalico.org>

ADD bin/calicoctl-linux-ppc64le /calicoctl
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.s390x
@@ -1,4 +1,4 @@
FROM s390x/alpine:3.8
FROM s390x/alpine:3.10
MAINTAINER LoZ Open Source Ecosystem (https://www.ibm.com/developerworks/community/groups/community/lozopensource)

ADD bin/calicoctl-linux-s390x /calicoctl
Expand Down

0 comments on commit 1baa29b

Please sign in to comment.