From ee3a8f19a04da25dc0c1bd49d707815a3910f1b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 May 2025 18:11:03 +0000 Subject: [PATCH] Bump ubuntu in /clang/tools/clang-fuzzer Bumps ubuntu from 16.04@sha256:1f1a2d56de1d604801a9671f301190704c25d604a416f59e03c04f5c6ffee0d6 to sha256:1e622c5f073b4f6bfad6632f2616c7f59ef256e96fe78bf6a595d1dc4376ac02. --- updated-dependencies: - dependency-name: ubuntu dependency-version: sha256:1e622c5f073b4f6bfad6632f2616c7f59ef256e96fe78bf6a595d1dc4376ac02 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- clang/tools/clang-fuzzer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/tools/clang-fuzzer/Dockerfile b/clang/tools/clang-fuzzer/Dockerfile index 1ddf82954e21..0ebd39529855 100644 --- a/clang/tools/clang-fuzzer/Dockerfile +++ b/clang/tools/clang-fuzzer/Dockerfile @@ -6,7 +6,7 @@ # #===----------------------------------------------------------------------===// # Produces an image that builds clang-proto-fuzzer -FROM ubuntu:16.04 +FROM ubuntu:24.04 RUN apt-get update -y RUN apt-get install -y autoconf automake libtool curl make g++ unzip wget git \ binutils liblzma-dev libz-dev python-all cmake ninja-build subversion \