From cca748cecf5a7345eb92781aa0e926fb5829c12a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 18 Feb 2024 22:07:58 +0000 Subject: [PATCH] build(deps): bump ubuntu in /misc/images/ubuntu-base Bumps ubuntu from jammy-20240125 to jammy-20240212. --- 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 325abb8112635..d368fd9813985 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-20240125 +FROM ubuntu:jammy-20240212 # Ensure any Rust binaries that crash print a backtrace. ENV RUST_BACKTRACE=1