From 5c8ee1eff2bc85a510d92d4600371413b036f5b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 22:27:48 +0000 Subject: [PATCH] Bump ubuntu Bumps ubuntu from jammy-20240416 to jammy-20240427. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../hudson/plugins/platformlabeler/ubuntu/22.04/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/22.04/Dockerfile b/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/22.04/Dockerfile index aa25ee10..a0849642 100644 --- a/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/22.04/Dockerfile +++ b/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/22.04/Dockerfile @@ -1,2 +1,2 @@ -FROM ubuntu:jammy-20240416 +FROM ubuntu:jammy-20240427 RUN apt-get update && apt-get install -y lsb-release