mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Dockerfile: updated ubuntu release used for builds
This patch just revs the Ubuntu release used for builds from 13.10 to 14.04. Docker-DCO-1.1-Signed-off-by: Aleksa Sarai <cyphar@cyphar.com> (github: cyphar)
This commit is contained in:
parent
2463849ecf
commit
46a47f0dcb
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
#
|
||||
|
||||
docker-version 0.6.1
|
||||
FROM ubuntu:13.10
|
||||
FROM ubuntu:14.04
|
||||
MAINTAINER Tianon Gravi <admwiggin@gmail.com> (@tianon)
|
||||
|
||||
# Packaged dependencies
|
||||
|
|
Loading…
Reference in a new issue