diff --git a/Dockerfile b/Dockerfile index aaafa609..fd41a2e5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.0.1 +FROM ghcr.io/tiiuae/fog-ros-baseimage:v3.0.2 HEALTHCHECK --interval=5s \ CMD fog-health check --metric=rplidar_scan_count --diff-gte=1.0 \