From c7d374b255bbd56529970969d4668e64a2796afb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 23:49:03 +0000 Subject: [PATCH] Bump ubuntu from jammy-20240212 to jammy-20240227 Bumps ubuntu from jammy-20240212 to jammy-20240227. --- 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 c24ad64..912ce32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:jammy-20240212 +FROM ubuntu:jammy-20240227 LABEL name="httpbin" LABEL description="A simple HTTP service."