diff --git a/terraform-static-analysis/Dockerfile b/terraform-static-analysis/Dockerfile index 74ed19b8..55f91630 100644 --- a/terraform-static-analysis/Dockerfile +++ b/terraform-static-analysis/Dockerfile @@ -1,8 +1,8 @@ -FROM golang:1.18-buster +FROM golang:1.18-bullseye #Install Checkov RUN apt-get update && apt-get install -y \ - python3.7 \ + python3 \ python3-pip \ git \ jq \