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