diff --git a/Dockerfile b/Dockerfile index 46b5ad2..d071bb0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #moving to ubuntu instead of debian to solve high vulnerabilities -FROM ubuntu:noble-20250619 +FROM ubuntu:24.10 RUN apt-get update && \ apt-get install -y curl bash openssl git && \