diff --git a/Dockerfile b/Dockerfile index bc75de7..5bf7dd4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ #moving to ubuntu instead of debian to solve high vulnerabilities -FROM ubuntu:jammy-20230425 +FROM ubuntu:latest RUN apt-get update -y && apt-get install git bash openssl -y