Browse Source

Merge pull request #3906 from tianon/unprefix-ubuntu

Remove stackbrew prefix on ubuntu images now that they're reasonably up-to-date and stable
Tianon Gravi 11 years ago
parent
commit
88d66600b3
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Dockerfile
  2. 1 1
      docs/Dockerfile

+ 1 - 1
Dockerfile

@@ -24,7 +24,7 @@
 #
 
 docker-version	0.6.1
-FROM	stackbrew/ubuntu:13.10
+FROM	ubuntu:13.10
 MAINTAINER	Tianon Gravi <admwiggin@gmail.com> (@tianon)
 
 # Packaged dependencies

+ 1 - 1
docs/Dockerfile

@@ -1,4 +1,4 @@
-FROM stackbrew/ubuntu:12.04
+FROM ubuntu:12.04
 MAINTAINER Nick Stinemates
 #
 #    docker build -t docker:docs . && docker run -p 8000:8000 docker:docs