diff --git a/packaging/graphql-engine-base/ubuntu.dockerfile b/packaging/graphql-engine-base/ubuntu.dockerfile index 5792b65ddaa..909942a7106 100644 --- a/packaging/graphql-engine-base/ubuntu.dockerfile +++ b/packaging/graphql-engine-base/ubuntu.dockerfile @@ -1,6 +1,6 @@ # DATE VERSION: 2023-04-03 # Modify the above date version (YYYY-MM-DD) if you want to rebuild the image -FROM ubuntu:focal-20230308 +FROM ubuntu:focal-20230412 ### NOTE! Shared libraries here need to be kept in sync with `server-builder.dockerfile`!