diff --git a/misc/images/ubuntu-base/Dockerfile b/misc/images/ubuntu-base/Dockerfile index a0dec512ad645..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-20220801 +FROM ubuntu:jammy-20230301 # Ensure any Rust binaries that crash print a backtrace. ENV RUST_BACKTRACE=1