File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi9/go-toolset:1.21.13-2.1729776560 AS builder
1+ FROM registry.access.redhat.com/ubi9/go-toolset:1.23.6-1745328278@sha256:8a634d63713a073d7a1e086a322e57b148eef9620834fc8266df63d9294dff1b AS builder
22WORKDIR /build
33RUN git config --global --add safe.directory /build
44COPY . .
@@ -8,7 +8,7 @@ FROM builder AS test
88
99RUN make lint vet
1010
11- FROM registry.access.redhat.com/ubi9:9.5-1739751568 AS downloader
11+ FROM registry.access.redhat.com/ubi9:9.5-1745854298@sha256:f4ebd46d3ba96feb016d798009e1cc2404c3a4ebdac8b2479a2ac053e59f41b4 AS downloader
1212WORKDIR /download
1313ENV TENV_VERSION=3.2.10
1414
@@ -26,7 +26,7 @@ RUN ${TFENV_BIN} tf install 1.4.5 && \
2626 ${TFENV_BIN} tf install 1.7.5 && \
2727 ${TFENV_BIN} tf install 1.8.5
2828
29- FROM registry.access.redhat.com/ubi9-minimal:9.5-1739420147 AS prod
29+ FROM registry.access.redhat.com/ubi9-minimal:9.5-1745855087@sha256:e1c4703364c5cb58f5462575dc90345bcd934ddc45e6c32f9c162f2b5617681c AS prod
3030COPY --from=builder /build/terraform-repo-executor /usr/bin/terraform-repo-executor
3131COPY --from=downloader /usr/bin/Terraform /usr/bin/Terraform
3232COPY LICENSE /licenses/LICENSE
You can’t perform that action at this time.
0 commit comments