From fcfc3ea1c8a7905a9ccf63f6f97fd18d7ea13d2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 10:57:14 +0000 Subject: [PATCH] chore(deps): Bump ubuntu from focal-20230308 to focal-20240427 in /foxy Bumps ubuntu from focal-20230308 to focal-20240427. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- foxy/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/foxy/Dockerfile b/foxy/Dockerfile index ff48491..b806e5f 100644 --- a/foxy/Dockerfile +++ b/foxy/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal-20230308 AS builder +FROM ubuntu:focal-20240427 AS builder RUN apt-get update RUN apt-get install -y curl RUN apt-get install -y --no-install-recommends gcc libc-dev @@ -8,7 +8,7 @@ RUN chown root:root /usr/local/bin/su-exec RUN chmod 0755 /usr/local/bin/su-exec -FROM ubuntu:focal-20230308 +FROM ubuntu:focal-20240427 LABEL maintainer="Daisuke Sato " RUN apt-get update -q && \ apt-get upgrade -yq && \