diff --git a/Dockerfile b/Dockerfile index 60d2c0e..888ee0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 RUN apt-get update && apt-get install -y build-essential software-properties-common openssl \ zip unzip --no-install-recommends \