From 8a1b467ee25f3b09615d82c9fa5fb8fb57bbf174 Mon Sep 17 00:00:00 2001 From: action-bot Date: Fri, 28 Jun 2024 07:55:22 +0000 Subject: [PATCH] Update docker image tag --- demo/compose.minimal-setup.yaml | 2 +- demo/compose.simulation.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/compose.minimal-setup.yaml b/demo/compose.minimal-setup.yaml index dc8f77a..cb7d1b5 100644 --- a/demo/compose.minimal-setup.yaml +++ b/demo/compose.minimal-setup.yaml @@ -7,7 +7,7 @@ x-common-config: &common-config - ROS_DOMAIN_ID=${ROS_DOMAIN_ID:-0} services: panther_ros: - image: husarion/panther:humble-2.0.3-20240606 + image: husarion/panther:humble-2.0.4-20240628 container_name: panther_ros <<: *common-config devices: diff --git a/demo/compose.simulation.yaml b/demo/compose.simulation.yaml index fc0dde4..7990708 100644 --- a/demo/compose.simulation.yaml +++ b/demo/compose.simulation.yaml @@ -11,7 +11,7 @@ x-gpu-config: &gpu-config env_file: .env.gpu services: panther_gazebo: - image: husarion/panther-gazebo:humble-2.0.3-20240606 + image: husarion/panther-gazebo:humble-2.0.4-20240628 container_name: panther_gazebo <<: - *common-config