diff --git a/Dockerfile b/Dockerfile index 6ad38e9bf..57a46bad8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:kinetic-20220830 # Update sources and install git RUN apt-get update -y && apt-get install -y git python3-pip