From e1dc2f2e6b6d10a717ca1871a0cee7b3f69914eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Mar 2023 22:59:29 +0000 Subject: [PATCH] build(deps): bump ubuntu in /misc/images/ubuntu-base Bumps ubuntu from jammy-20221101 to jammy-20230301. --- 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 9693566037bff..aea4bbb94c36a 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-20221101 +FROM ubuntu:jammy-20230301 # Ensure any Rust binaries that crash print a backtrace. ENV RUST_BACKTRACE=1