95498de6 by Adam Heath

Set the appVersion to latest, so that the correct docker image is

fetched.
1 parent af6ece09
...@@ -21,7 +21,7 @@ version: 0.0.0 ...@@ -21,7 +21,7 @@ version: 0.0.0
21 # incremented each time you make changes to the application. Versions are not expected to 21 # incremented each time you make changes to the application. Versions are not expected to
22 # follow Semantic Versioning. They should reflect the version the application is using. 22 # follow Semantic Versioning. They should reflect the version the application is using.
23 # It is recommended to use it with quotes. 23 # It is recommended to use it with quotes.
24 appVersion: "3.0.0+git" 24 appVersion: "latest"
25 25
26 26
27 dependencies: 27 dependencies:
......