Browse Source

Update docker-dev for consistency with other repos

This updates us to 1.3.1 and updates the tag format to bare version numbers instead of having the "v" prefix.
Tianon Gravi 11 years ago
parent
commit
806cbec167
1 changed files with 5 additions and 7 deletions
  1. 5 7
      library/docker-dev

+ 5 - 7
library/docker-dev

@@ -1,10 +1,8 @@
 # maintainer: Tianon Gravi <[email protected]> (@tianon)
 
-latest: git://github.com/docker/[email protected]
-v1.2.0: git://github.com/docker/[email protected]
-v1.2:   git://github.com/docker/[email protected]
+1.3.1: git://github.com/docker/[email protected]
+1.3: git://github.com/docker/[email protected]
+1: git://github.com/docker/[email protected]
+latest: git://github.com/docker/[email protected]
 
-v1.0.1: git://github.com/docker/[email protected]
-v1.0:   git://github.com/docker/[email protected]
-
-# "supported": one tag per major, only upstream-supported majors
+# "supported": one tag per major, only upstream-supported majors (which is currently only "latest")