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.24.6-1756993846 @sha256:14c369670cf3473d8e9b93e42d120c01b79a6f13884c396a1c89b7ca46f859b7 AS builder
1+ FROM registry.access.redhat.com/ubi9/go-toolset:1.25.3-1764620329 @sha256:2e8adc5be8eba060e919a6f7309a7b5ef09dd72d3ae9e747b9eb02e96f35a0f5 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.6-1756915113 @sha256:8f1496d50a66e41433031bf5bdedd4635520e692ccd76ffcb649cf9d30d669af AS downloader
11+ FROM registry.access.redhat.com/ubi9:9.7-1764578509 @sha256:7daaafccb9cb594b5a737d248ab6adcc783ea7055291d4fcd799a1201326ca16 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.6-1755695350 @sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8 AS prod
29+ FROM registry.access.redhat.com/ubi9-minimal:9.7-1764794109 @sha256:6fc28bcb6776e387d7a35a2056d9d2b985dc4e26031e98a2bd35a7137cd6fd71 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