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