diff --git a/Dockerfile b/Dockerfile index 125856af..2f559195 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM aquasec/tfsec:v1.28 as TFSEC FROM golang:1.20 as TFDOCS RUN go install github.com/terraform-docs/terraform-docs@v0.16.0 -FROM registry.access.redhat.com/ubi8/openjdk-17:1.14-10.1675788279 +FROM registry.access.redhat.com/ubi8/openjdk-17:1.15-1 COPY --from=TFSEC /usr/bin/tfsec /usr/bin/ COPY --from=TFDOCS /go/bin/terraform-docs /usr/bin/