From b7a96a36b18e7cd779ff2833d20586e79cea640c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 13:48:22 +0000 Subject: [PATCH] Bump ubuntu from 20.04 to 22.04 in /14 Bumps ubuntu from 20.04 to 22.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 14/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/Dockerfile b/14/Dockerfile index cc1bb13..c3b224a 100644 --- a/14/Dockerfile +++ b/14/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."