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 3a865d8
  • Loading branch information
renovate-bot committed Oct 19, 2023
1 parent ddc62e6 commit 53e327c
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:3a865d83c19c86e3a43a0f2c66a5fbb6afe23403bd68a2af9deef7bd1d41ecea 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:3a865d83c19c86e3a43a0f2c66a5fbb6afe23403bd68a2af9deef7bd1d41ecea

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

Expand Down

0 comments on commit 53e327c

Please sign in to comment.