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.24.6-1758501173 @sha256:84286c7555df503df0bd3acb86fe2ad50af82a07f35707918bb0fad312fdc193 AS builder
2
2
WORKDIR /build
3
3
RUN git config --global --add safe.directory /build
4
4
COPY . .
@@ -8,7 +8,7 @@ FROM builder AS test
8
8
9
9
RUN make lint vet
10
10
11
- FROM registry.access.redhat.com/ubi9:9.6-1756915113 @sha256:8f1496d50a66e41433031bf5bdedd4635520e692ccd76ffcb649cf9d30d669af AS downloader
11
+ FROM registry.access.redhat.com/ubi9:9.6-1758184894 @sha256:dbc1e98d14a022542e45b5f22e0206d3f86b5bdf237b58ee7170c9ddd1b3a283 AS downloader
12
12
WORKDIR /download
13
13
ENV TENV_VERSION=3.2.10
14
14
@@ -26,7 +26,7 @@ RUN ${TFENV_BIN} tf install 1.4.5 && \
26
26
${TFENV_BIN} tf install 1.7.5 && \
27
27
${TFENV_BIN} tf install 1.8.5
28
28
29
- FROM registry.access.redhat.com/ubi9-minimal:9.6-1755695350 @sha256:2f06ae0e6d3d9c4f610d32c480338eef474867f435d8d28625f2985e8acde6e8 AS prod
29
+ FROM registry.access.redhat.com/ubi9-minimal:9.6-1758184547 @sha256:7c5495d5fad59aaee12abc3cbbd2b283818ee1e814b00dbc7f25bf2d14fa4f0c AS prod
30
30
COPY --from=builder /build/terraform-repo-executor /usr/bin/terraform-repo-executor
31
31
COPY --from=downloader /usr/bin/Terraform /usr/bin/Terraform
32
32
COPY LICENSE /licenses/LICENSE
You can’t perform that action at this time.
0 commit comments