From acac1338fe144a400d7ca0ce1b4232af6c892bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:39:00 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=B3=20Bump=20ubuntu=20in=20/ros2/testi?= =?UTF-8?q?ng/testing?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps ubuntu from noble-20241009 to noble-20241011. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ros2/testing/testing/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ros2/testing/testing/Dockerfile b/ros2/testing/testing/Dockerfile index 4f8936d02..915683b43 100644 --- a/ros2/testing/testing/Dockerfile +++ b/ros2/testing/testing/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble-20241009 +FROM ubuntu:noble-20241011 # setup timezone RUN echo 'Etc/UTC' > /etc/timezone && \