diff --git a/Dockerfile b/Dockerfile index 1b0e779..e85e349 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:noble-20241009 RUN apt-get update && \ apt-get install -y curl bash openssl git && \