Skip to content

Commit

Permalink
Merge pull request #60 from PacoVK/renovate/registry.access.redhat.co…
Browse files Browse the repository at this point in the history
…m-ubi8-openjdk-17-1.x
  • Loading branch information
PacoVK authored Mar 7, 2023
2 parents 8b047eb + 61e29c5 commit db9df66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM aquasec/tfsec:v1.28 as TFSEC
FROM golang:1.20 as TFDOCS
RUN go install github.com/terraform-docs/[email protected]

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/
Expand Down

0 comments on commit db9df66

Please sign in to comment.