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