Skip to content

Commit

Permalink
Bump the baseimage-dependencies group with 1 update
Browse files Browse the repository at this point in the history
Bumps the baseimage-dependencies group with 1 update: [tiiuae/fog-ros-baseimage](https://github.com/tiiuae/fog-ros-baseimage).


Updates `tiiuae/fog-ros-baseimage` from v3.1.0 to v3.2.0
- [Release notes](https://github.com/tiiuae/fog-ros-baseimage/releases)
- [Commits](tiiuae/fog-ros-baseimage@v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: tiiuae/fog-ros-baseimage
  dependency-type: direct:production
  dependency-group: baseimage-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 29, 2024
1 parent 908be29 commit 1ebe238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN /packaging/build_colcon_sdk.sh ${TARGETARCH:-amd64}
# Even though it is possible to tar the install directory for retrieving it later in runtime image,
# the tar extraction in arm64 emulated on arm64 is still slow. So, we copy the install directory instead

FROM ghcr.io/tiiuae/fog-ros-baseimage:v3.1.0
FROM ghcr.io/tiiuae/fog-ros-baseimage:v3.2.0

HEALTHCHECK --interval=5s \
CMD fog-health check --metric=rplidar_scan_count --diff-gte=1.0 \
Expand Down

0 comments on commit 1ebe238

Please sign in to comment.