Skip to content

Commit

Permalink
Update to Tesseract 0.23 (#116)
Browse files Browse the repository at this point in the history
* Updated stable workflow

* Updated docker compose
  • Loading branch information
marip8 authored Aug 22, 2024
1 parent 9c10cc0 commit 1280eb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
distro: rolling
vcs-file: .github/workflows/dependencies.repos
container:
image: ghcr.io/tesseract-robotics/tesseract_qt:${{ matrix.os }}-0.22
image: ghcr.io/tesseract-robotics/tesseract_qt:${{ matrix.os }}-0.23
env:
CCACHE_DIR: ${{ github.workspace }}/${{ matrix.distro }}/.ccache
DEBIAN_FRONTEND: noninteractive
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ services:
context: ..
dockerfile: docker/Dockerfile
args:
- TAG=focal-0.22
- TAG=focal-0.23
- ROS_DISTRO=foxy
environment:
DISPLAY: $DISPLAY
XAUTHORITY: $XAUTHORITY
NVIDIA_DRIVER_CAPABILITIES: all
ROS_LOG_DIR: /tmp
container_name: tesseract_ros2
image: ghcr.io/tesseract-robotics/tesseract_ros2:foxy-0.22
image: ghcr.io/tesseract-robotics/tesseract_ros2:foxy-0.23
stdin_open: true
tty: true
network_mode: host
Expand Down

0 comments on commit 1280eb9

Please sign in to comment.