Skip to content

Commit

Permalink
Update influxdb manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
jsternberg committed Mar 7, 2018
1 parent 2b7ee25 commit 821e02e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions influxdb/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "influxdb",
"versions": ["1.3", "1.4"],
"versions": ["1.4", "1.5"],
"architectures": [
"amd64",
"arm32v7",
Expand All @@ -12,19 +12,19 @@
},
{
"name": "data",
"versions": ["1.3"]
"versions": ["1.5"]
},
{
"name": "data/alpine",
"versions": ["1.3"]
"versions": ["1.5"]
},
{
"name": "meta",
"versions": ["1.3"]
"versions": ["1.5"]
},
{
"name": "meta/alpine",
"versions": ["1.3"]
"versions": ["1.5"]
}
]
}

0 comments on commit 821e02e

Please sign in to comment.