From 59a01b9772da19ca6deb34c8300bac751dd663d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 23:36:32 +0000 Subject: [PATCH] Bump ubuntu from focal-20220922 to focal-20221019 Bumps ubuntu from focal-20220922 to focal-20221019. --- 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 6f09ed8..1df40ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal-20220922 +FROM ubuntu:focal-20221019 LABEL name="httpbin" LABEL description="A simple HTTP service."