diff --git a/packaging/graphql-engine-base/ubuntu.dockerfile b/packaging/graphql-engine-base/ubuntu.dockerfile index eed473a98240e..5eb2504c96421 100644 --- a/packaging/graphql-engine-base/ubuntu.dockerfile +++ b/packaging/graphql-engine-base/ubuntu.dockerfile @@ -1,7 +1,7 @@ # DATE VERSION: 2025-06-30 # Modify the above date version (YYYY-MM-DD) if you want to rebuild the image -FROM ubuntu:jammy-20250530 +FROM ubuntu:jammy-20260109 ### NOTE! Shared libraries here need to be kept in sync with `server-builder.dockerfile`!