diff --git a/docker/Dockerfile b/docker/Dockerfile index b0f34aee..bbc5bcb3 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,8 +1,8 @@ -FROM ubuntu:20.04 +FROM ubuntu:22.04 ENV DEBIAN_FRONTEND=noninteractive RUN apt-get update && \ - apt-get install -y python3.8 git unzip python3-pip awscli curl vim lsb-release software-properties-common + apt-get install -y python3.10 git unzip python3-pip awscli curl vim lsb-release software-properties-common RUN curl -s https://releases.hashicorp.com/terraform/1.4.5/terraform_1.4.5_linux_amd64.zip -o terraform.zip && \ unzip terraform.zip && \