From d8ccfb4b36a3ad083d99aadaeaf1455b178c9af0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 18:08:52 +0000 Subject: [PATCH] build(deps): bump ubuntu in /ci/builder Bumps ubuntu from lunar-20230731 to lunar-20231128. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ci/builder/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/builder/Dockerfile b/ci/builder/Dockerfile index de61cfb8fce75..2fd29617c31c1 100644 --- a/ci/builder/Dockerfile +++ b/ci/builder/Dockerfile @@ -10,7 +10,7 @@ # Build a cross-compiling toolchain that targets the oldest version of Linux # that we support. -FROM ubuntu:lunar-20230731 as crosstool +FROM ubuntu:lunar-20231128 as crosstool ARG ARCH_GCC ARG ARCH_GO @@ -68,7 +68,7 @@ RUN DEFCONFIG=crosstool-$ARCH_GCC.defconfig ct-ng defconfig \ # Import the cross-compiling toolchain into a fresh image, omitting the # dependencies that we needed to actually build the toolchain. -FROM ubuntu:lunar-20230731 +FROM ubuntu:lunar-20231128 ARG ARCH_GCC ARG ARCH_GO