Skip to content

Commit 5ece087

Browse files
chore(deps): update all non-major dockerfile dependencies
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 6246d88 commit 5ece087

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.22.9-1744194661@sha256:e4193e71ea9f2e2504f6b4ee93cadef0fe5d7b37bba57484f4d4229801a7c063 AS builder
22
WORKDIR /build
33
RUN git config --global --add safe.directory /build
44
COPY . .
@@ -8,7 +8,7 @@ FROM builder AS test
88

99
RUN 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-1744101466@sha256:ea57285741f007e83f2ee20423c20b0cbcce0b59cc3da027c671692cc7efe4dd AS downloader
1212
WORKDIR /download
1313
ENV 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-1742914212@sha256:ac61c96b93894b9169221e87718733354dd3765dd4a62b275893c7ff0d876869 AS prod
3030
COPY --from=builder /build/terraform-repo-executor /usr/bin/terraform-repo-executor
3131
COPY --from=downloader /usr/bin/Terraform /usr/bin/Terraform
3232
COPY LICENSE /licenses/LICENSE

0 commit comments

Comments
 (0)