diff options
Diffstat (limited to 'cm-container')
-rw-r--r-- | cm-container/Dockerfile-template | 2 | ||||
-rw-r--r-- | cm-container/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cm-container/Dockerfile-template b/cm-container/Dockerfile-template index c794cff..84d0e49 100644 --- a/cm-container/Dockerfile-template +++ b/cm-container/Dockerfile-template @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # ============LICENSE_END========================================================= -FROM cloudifyplatform/community-cloudify-manager-aio:20.12.15 +FROM cloudifyplatform/community-cloudify-manager-aio:5.1.2 ENV PLUGIN_REPO {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }} diff --git a/cm-container/pom.xml b/cm-container/pom.xml index 15fc9c9..a18d3fe 100644 --- a/cm-container/pom.xml +++ b/cm-container/pom.xml @@ -28,7 +28,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>cm-container</artifactId> <name>dcaegen2-deployments-cm-container</name> - <version>4.1.0</version> + <version>4.2.0</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |