From d2b4553d25288a6b851d09c24da5f49515df3e38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 23:39:52 +0000 Subject: [PATCH] Bump ubuntu from jammy-20240111 to jammy-20240125 Bumps ubuntu from jammy-20240111 to jammy-20240125. --- 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 2b2cea4..4fba40f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:jammy-20240111 +FROM ubuntu:jammy-20240125 LABEL name="httpbin" LABEL description="A simple HTTP service."