From ea994413974d29479e02571bbc0924f6b2f24af4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 14:36:34 +0000 Subject: [PATCH] Bump ubuntu from 20.04 to 22.04 in /12 Bumps ubuntu from 20.04 to 22.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 12/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12/Dockerfile b/12/Dockerfile index c40f6c7..7da441f 100644 --- a/12/Dockerfile +++ b/12/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:20.04 +FROM ubuntu:22.04 LABEL org.opencontainers.image.source="https://github.com/cpp-linter/clang-tools-docker" LABEL org.opencontainers.image.description="The Clang Tools Docker image includes the clang-format and clang-tidy."