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 44d7500
  • Loading branch information
renovate-bot committed Jul 4, 2024
1 parent ddc62e6 commit f12bef0
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:44d75007b39e0e1bbf1bcfd0721245add54c54c3f83903f8926fb4bef6827aa2 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:44d75007b39e0e1bbf1bcfd0721245add54c54c3f83903f8926fb4bef6827aa2

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

Expand Down

0 comments on commit f12bef0

Please sign in to comment.