We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7bfc0d commit 031ec5dCopy full SHA for 031ec5d
Dockerfile
@@ -26,7 +26,7 @@ RUN ${TFENV_BIN} tf install 1.4.5 && \
26
${TFENV_BIN} tf install 1.7.5 && \
27
${TFENV_BIN} tf install 1.8.5
28
29
-FROM registry.access.redhat.com/ubi9-minimal:9.5-1731604394 AS prod
+FROM registry.access.redhat.com/ubi9-minimal:9.5-1736404155 AS prod
30
COPY --from=builder /build/terraform-repo-executor /usr/bin/terraform-repo-executor
31
COPY --from=downloader /usr/bin/Terraform /usr/bin/Terraform
32
COPY LICENSE /licenses/LICENSE
0 commit comments