aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJack Lucas <jflos@sonoris.net>2021-02-15 19:19:40 -0500
committerJack Lucas <jflos@sonoris.net>2021-02-16 10:00:19 -0500
commitbe3398d9d8348d2c5ba9a683a6601f4da7016f3c (patch)
tree0f4d061cfc8595be3c14eb290774f4afd4066292 /pom.xml
parent50887a105d9a68c54e35b41df35616c64e8cf631 (diff)
[BOOTSTRAP] Fix docker image build problem
Add installation of the Rust compiler to the Docker image build, to satisfy a dependency of the "cloudify" command line Python package. Issue-ID: DCAEGEN2-2628 Signed-off-by: Jack Lucas <jflos@sonoris.net> Change-Id: Ic3efee5fca1282b2c312aeb7989242046e987c71
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 91313a3..74e32ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
<groupId>org.onap.dcaegen2.deployments</groupId>
<artifactId>k8s-bootstrap-container</artifactId>
<name>dcaegen2-deployments-k8s-bootstrap-container</name>
- <version>3.0.1-SNAPSHOT</version>
+ <version>3.0.2-SNAPSHOT</version>
<url>http://maven.apache.org</url>
<packaging>pom</packaging>