diff --git a/docker/Dockerfile b/docker/Dockerfile index fc30e06..d627d1c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -13,7 +13,7 @@ # limitations under the License. # Use the official Docker Hub Ubuntu 20.04 base image -FROM ubuntu:20.04 +FROM ubuntu:24.04 # Update the base image ENV DEBIAN_FRONTEND=noninteractive