From bf461dbfd5fffa7fbb2bb566ae0410928d61c606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Apr 2023 19:30:47 +0000 Subject: [PATCH] build(deps): bump ubuntu in /ci/builder Bumps ubuntu from jammy-20221130 to jammy-20230308. --- 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 f4ac7b47025a1..e5c7c3bce72b5 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:jammy-20221130 AS crosstool +FROM ubuntu:jammy-20230308 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:jammy-20221130 +FROM ubuntu:jammy-20230308 ARG ARCH_GCC ARG ARCH_GO