diff --git a/Dockerfile b/Dockerfile index bc02d9d..56fb1ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Ubuntu as a parent image -FROM ubuntu:22.04 +FROM ubuntu:24.04 # Set the working directory in the container WORKDIR /usr/src/tmp