From a49980483f5845c9f246e1b57cf98bf6ff6e6d3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 23:59:18 +0000 Subject: [PATCH] Bump ubuntu from focal-20220531 to focal-20220801 Bumps ubuntu from focal-20220531 to focal-20220801. --- 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 a6841c0..7fd9a02 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal-20220531 +FROM ubuntu:focal-20220801 LABEL name="httpbin" LABEL description="A simple HTTP service."