From de20e07f4391092f7674390f37cd91e7dc2ddfaf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 12:31:40 +0000 Subject: [PATCH] Bump ubuntu from focal-20220531 to focal-20220801 in /Containers/talk Bumps ubuntu from focal-20220531 to focal-20220801. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Containers/talk/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/talk/Dockerfile b/Containers/talk/Dockerfile index 212e3c54..8d47c56c 100644 --- a/Containers/talk/Dockerfile +++ b/Containers/talk/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal-20220531 +FROM ubuntu:focal-20220801 RUN set -ex; \ \