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