diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index 3f64d6c6..bd257083 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -17,7 +17,7 @@ jobs: matrix: distro: [focal, jammy] container: - image: ghcr.io/tesseract-robotics/tesseract:${{ matrix.distro }}-0.21 + image: ghcr.io/tesseract-robotics/tesseract:${{ matrix.distro }}-0.22 env: CCACHE_DIR: "$GITHUB_WORKSPACE/${{ matrix.distro }}/.ccache" DEBIAN_FRONTEND: noninteractive