diff --git a/API_Spec/Dockerfile b/API_Spec/Dockerfile index 736ace4..77ab300 100644 --- a/API_Spec/Dockerfile +++ b/API_Spec/Dockerfile @@ -1,6 +1,6 @@ ### BUILD THE IMAGE # Use ubuntu image https://hub.docker.com/_/ubuntu -FROM ubuntu:22.04 +FROM ubuntu:22.10 # Install python 3.10 & pip RUN apt update