Skip to content

Commit

Permalink
fix(deps): update registry.access.redhat.com/ubi8/ubi docker digest t…
Browse files Browse the repository at this point in the history
…o edc34f8
  • Loading branch information
renovate-bot committed Apr 3, 2024
1 parent ddc62e6 commit 57fccc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi@sha256:e3311058176628ad7f0f288f894ed2afef61be77ad01d53d5b69bca0f6b6cec1 AS builder
FROM registry.access.redhat.com/ubi8/ubi@sha256:edc34f89cf9c818c2fb28b8ea1780f384db563ce4293dc0ab8e73ec01791e5af AS builder

# renovate: datasource=github-tags depName=hashicorp/terraform
ARG TERRAFORM_VERSION=1.4.5
Expand Down Expand Up @@ -29,7 +29,7 @@ COPY providers.tf providers.tf
RUN mkdir /usr/local/terraform-providers && \
terraform providers mirror -platform=linux_amd64 /usr/local/terraform-providers

FROM registry.access.redhat.com/ubi8/ubi@sha256:e3311058176628ad7f0f288f894ed2afef61be77ad01d53d5b69bca0f6b6cec1
FROM registry.access.redhat.com/ubi8/ubi@sha256:edc34f89cf9c818c2fb28b8ea1780f384db563ce4293dc0ab8e73ec01791e5af

ENV TF_CLI_ARGS_init="-plugin-dir=/usr/local/terraform-providers"

Expand Down

0 comments on commit 57fccc8

Please sign in to comment.