diff --git a/latest/Dockerfile b/latest/Dockerfile
index 3323d52..cc5e141 100644
--- a/latest/Dockerfile
+++ b/latest/Dockerfile
@@ -6,7 +6,7 @@
 # production image and consume unnecessary space.
 #
 
-FROM ubuntu:22.04 as setup
+FROM ubuntu:24.04 as setup
 
 ENV IB_GATEWAY_VERSION=10.22.1m
 ENV IB_GATEWAY_RELEASE_CHANNEL=latest
@@ -48,7 +48,7 @@ COPY ./scripts /root/scripts
 # Build Stage: build production image
 #
 
-FROM ubuntu:22.04
+FROM ubuntu:24.04
 
 ENV IB_GATEWAY_VERSION=10.22.1m