From 6bf79794663144d1d5e6fe0e57bc94a34da1699e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 23:17:15 +0000 Subject: [PATCH] Bump ubuntu from jammy-20231004 to jammy-20231128 Bumps ubuntu from jammy-20231004 to jammy-20231128. --- 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 5014198..1168591 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:jammy-20231004 +FROM ubuntu:jammy-20231128 LABEL name="httpbin" LABEL description="A simple HTTP service."