From e4a88ca685e4c09d928fe8a501de92b4527b335b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:21:51 +0000 Subject: [PATCH] Bump tiiuae/fog-ros-baseimage from v2.1.0 to v3.0.0 Bumps [tiiuae/fog-ros-baseimage](https://github.com/tiiuae/fog-ros-baseimage) from v2.1.0 to v3.0.0. - [Release notes](https://github.com/tiiuae/fog-ros-baseimage/releases) - [Commits](https://github.com/tiiuae/fog-ros-baseimage/commits/v3.0.0) --- updated-dependencies: - dependency-name: tiiuae/fog-ros-baseimage dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a372bea..54ad78b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ RUN /packaging/build.sh # ▲ runtime ──┐ # └── build ▼ -FROM ghcr.io/tiiuae/fog-ros-baseimage:v2.1.0 +FROM ghcr.io/tiiuae/fog-ros-baseimage:v3.0.0 HEALTHCHECK --interval=5s \ CMD fog-health check --metric=location_update_count --diff-gte=5.0 \