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-1747059472@sha256:a7d68b27e36edc6befe7dde94dd1db34c728a47df602998bd66c737d84813b5a 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.5-1739751568 AS downloader
11
+ FROM registry.access.redhat.com/ubi9:9.5-1747112166@sha256:d07a5e080b8a9b3624d3c9cfbfada9a6baacd8e6d4065118f0e80c71ad518044 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.5-1739420147 AS prod
29
+ FROM registry.access.redhat.com/ubi9-minimal:9.5-1747111267@sha256:a50731d3397a4ee28583f1699842183d4d24fadcc565c4688487af9ee4e13a44 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