From 63b0ad77290aebc6b2595ccf01c3096619074fb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 21:24:52 +0000 Subject: [PATCH] Bump ubuntu Bumps ubuntu from jammy-20240125 to jammy-20240212. --- 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 4bfefdab2..fe7a24a56 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-20240125 +FROM ubuntu:jammy-20240212 RUN apt-get update && apt-get install -y lsb-release