From df87e3a94ab181149b73447a090086a2e8d6d5e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Mar 2024 00:07:05 +0000 Subject: [PATCH] Bump ubuntu Bumps ubuntu from focal-20240123 to focal-20240216. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../hudson/plugins/platformlabeler/ubuntu/20.04/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/20.04/Dockerfile b/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/20.04/Dockerfile index 8ebf8f008..00b9cfec2 100644 --- a/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/20.04/Dockerfile +++ b/src/test/resources/org/jvnet/hudson/plugins/platformlabeler/ubuntu/20.04/Dockerfile @@ -1,2 +1,2 @@ -FROM ubuntu:focal-20240123 +FROM ubuntu:focal-20240216 RUN apt-get update && apt-get install -y lsb-release