VOL-1228 Bump ONOS to 1.13.3
Change-Id: I8211cae7d177eb4780e8df35bce6e96a65125649
diff --git a/docker/Dockerfile.onos b/docker/Dockerfile.onos
index 7cd51e3..f1aea93 100644
--- a/docker/Dockerfile.onos
+++ b/docker/Dockerfile.onos
@@ -28,7 +28,7 @@
ADD config/dependencies.xml .
RUN mvn dependency:copy -Dmdep.useBaseVersion=true -DoutputDirectory=${DOWNLOAD_ROOT} -Dsilent=true -f dependencies.xml -s mvn_settings.xml
-FROM onosproject/onos:1.13.1 as install
+FROM onosproject/onos:1.13.3 as install
MAINTAINER Open Networking Foundation <info@opennetworking.org>
# The ENV settings must be replicated below as they are not shared between stages
@@ -49,7 +49,7 @@
RUN ./app-install.sh
# Create the final image coping over the installed applications from the build stage
-FROM onosproject/onos:1.13.1
+FROM onosproject/onos:1.13.3
MAINTAINER Open Networking Foundation <info@opennetworking.org>
# Install Key Store Options