diff --git a/Dockerfile b/Dockerfile index bc75de7..73c209a 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:kinetic RUN apt-get update -y && apt-get install git bash openssl -y