From 23177d16afb221f114ce027e5343d148e9b352e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 23:56:40 +0000 Subject: [PATCH] Bump ubuntu from jammy-20240111 to jammy-20240212 Bumps ubuntu from jammy-20240111 to jammy-20240212. --- 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..c24ad64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:jammy-20240111 +FROM ubuntu:jammy-20240212 LABEL name="httpbin" LABEL description="A simple HTTP service."