From f7e45662e10b30771f9e3b683a7760981029795b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Feb 2023 22:02:28 +0000 Subject: [PATCH] build(deps): bump ubuntu in /misc/images/ubuntu-base Bumps ubuntu from jammy-20220801 to jammy-20230126. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- misc/images/ubuntu-base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/images/ubuntu-base/Dockerfile b/misc/images/ubuntu-base/Dockerfile index a0dec512ad645..f956daddd258a 100644 --- a/misc/images/ubuntu-base/Dockerfile +++ b/misc/images/ubuntu-base/Dockerfile @@ -7,7 +7,7 @@ # the Business Source License, use of this software will be governed # by the Apache License, Version 2.0. -FROM ubuntu:jammy-20220801 +FROM ubuntu:jammy-20230126 # Ensure any Rust binaries that crash print a backtrace. ENV RUST_BACKTRACE=1