From 10f44072a9573fe3d0c22f786fa98fb4fe6c290d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 10:26:15 +0000 Subject: [PATCH] Bump ubuntu from 18.04 to 22.04 Bumps ubuntu from 18.04 to 22.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 54942ec..91dfb55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ # SPDX-License-Identifier: EPL-2.0 #******************************************************************************* -FROM ubuntu:18.04 +FROM ubuntu:22.04 RUN apt-get update && apt-get install default-jdk -y