diff --git a/docker/client/Dockerfile b/docker/client/Dockerfile index afc040c..70da602 100644 --- a/docker/client/Dockerfile +++ b/docker/client/Dockerfile @@ -1,4 +1,4 @@ -FROM but5gera/ros2_relay_server:0.1.0 +FROM but5gera/ros2_relay_server:1.0.0 COPY docker/client/start.sh /root/start.sh diff --git a/docker/network_application/Dockerfile.inter_relay b/docker/network_application/Dockerfile.inter_relay index e61a2ee..355f46e 100644 --- a/docker/network_application/Dockerfile.inter_relay +++ b/docker/network_application/Dockerfile.inter_relay @@ -1,4 +1,4 @@ -FROM but5gera/relay_network_application_client_ros2:0.1.0 +FROM but5gera/relay_network_application_client_ros2:1.0.0 COPY docker/network_application/start_inter_relay.sh /root/start.sh diff --git a/era_5g_relay_network_application/BUILD b/era_5g_relay_network_application/BUILD index 17b8455..10ad8c9 100644 --- a/era_5g_relay_network_application/BUILD +++ b/era_5g_relay_network_application/BUILD @@ -27,7 +27,7 @@ python_distribution( sdist=True, provides=setup_py( name="era_5g_relay_network_application", - version="0.1.0", + version="1.0.0", description="Relay Network Application", author="Michal Kapinus", author_email="ikapinus@fit.vutbr.cz",