From 7c05f185737c7f7cf217312e63b9b11d4a778289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 12:03:57 +0000 Subject: [PATCH] Bump ubuntu from focal-20221130 to focal-20230126 in /Containers/talk Bumps ubuntu from focal-20221130 to focal-20230126. --- 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 eff954a1..2129ec07 100644 --- a/Containers/talk/Dockerfile +++ b/Containers/talk/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:focal-20221130 +FROM ubuntu:focal-20230126 RUN set -ex; \ \