From 8a71b4e9dc5fd504adf8997cb41a1a849b3a2144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 12:41:17 +0000 Subject: [PATCH] Bump ubuntu from focal-20220922 to focal-20221019 in /Containers/talk Bumps ubuntu from focal-20220922 to focal-20221019. --- 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 7e0e9e27..d7b5e4dd 100644 --- a/Containers/talk/Dockerfile +++ b/Containers/talk/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal-20220922 +FROM ubuntu:focal-20221019 RUN set -ex; \ \