From 84948c17f2bc3af250afce3d85a16b7f80a23396 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 23:09:53 +0000 Subject: [PATCH] Bump ubuntu from jammy-20230816 to jammy-20230916 Bumps ubuntu from jammy-20230816 to jammy-20230916. --- 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 7077df8..6e8be14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:jammy-20230816 +FROM ubuntu:jammy-20230916 LABEL name="httpbin" LABEL description="A simple HTTP service."