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