Update mesos/docker cluster docker base images

- ubuntu 14.04.3
- golang 1.4.3
This commit is contained in:
Karl Isenberg
2015-10-07 13:34:06 -07:00
parent a8e4c72ad5
commit f86c09aec5
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
FROM ubuntu:14.04.2
FROM ubuntu:14.04.3
MAINTAINER Mesosphere <support@mesosphere.io>
RUN locale-gen en_US.UTF-8

View File

@@ -1,4 +1,4 @@
FROM ubuntu:14.04.2
FROM ubuntu:14.04.3
MAINTAINER Mesosphere <support@mesosphere.io>
RUN locale-gen en_US.UTF-8

View File

@@ -1,4 +1,4 @@
FROM golang:1.4.2
FROM golang:1.4.3
MAINTAINER Mesosphere <support@mesosphere.io>
# docker.io is suppossed to be in backports, but it's not there yet.