Set the appVersion to latest, so that the correct docker image is
fetched.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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: | ... | ... |
-
Please register or sign in to post a comment