Skip to content

Commit

Permalink
Update Dockerfile base images to alpine:3.7
Browse files Browse the repository at this point in the history
(cherry picked from commit 270260e)
Signed-off-by: jose-bigio <jose.bigio@docker.com>
  • Loading branch information
nwt authored and jose-bigio committed May 30, 2018
1 parent 3cb8ce8 commit 7f9350a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
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 alpine:3.5
FROM alpine:3.7
LABEL maintainer "Casey Davenport <casey@tigera.io>"

ADD dist/kube-controllers-linux-amd64 /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.6
FROM ppc64le/alpine:3.7
LABEL maintainer "Casey Davenport <casey@tigera.io>"

ADD dist/kube-controllers-linux-ppc64le /usr/bin/kube-controllers
Expand Down

0 comments on commit 7f9350a

Please sign in to comment.