Commit f86c09ae authored by Karl Isenberg's avatar Karl Isenberg

Update mesos/docker cluster docker base images

- ubuntu 14.04.3 - golang 1.4.3
parent a8e4c72a
FROM ubuntu:14.04.2 FROM ubuntu:14.04.3
MAINTAINER Mesosphere <support@mesosphere.io> MAINTAINER Mesosphere <support@mesosphere.io>
RUN locale-gen en_US.UTF-8 RUN locale-gen en_US.UTF-8
......
FROM ubuntu:14.04.2 FROM ubuntu:14.04.3
MAINTAINER Mesosphere <support@mesosphere.io> MAINTAINER Mesosphere <support@mesosphere.io>
RUN locale-gen en_US.UTF-8 RUN locale-gen en_US.UTF-8
......
FROM golang:1.4.2 FROM golang:1.4.3
MAINTAINER Mesosphere <support@mesosphere.io> MAINTAINER Mesosphere <support@mesosphere.io>
# docker.io is suppossed to be in backports, but it's not there yet. # docker.io is suppossed to be in backports, but it's not there yet.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment