Skip to content

Commit

Permalink
chore: add tf to image
Browse files Browse the repository at this point in the history
  • Loading branch information
joryirving committed Jan 8, 2024
1 parent 55a0c8d commit c01d1aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/tf-runner-bitwarden/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM hashicorp/terraform:1.5.4 as tf
FROM ghcr.io/weaveworks/tf-runner:main-9ce782ce

# renovate: datasource=npm depName=@bitwarden/cli versioning=npm
Expand All @@ -7,4 +8,6 @@ USER root

RUN apk add --no-cache npm && npm i -g @bitwarden/cli@${BW_CLI_VERSION}

COPY --from=tf /bin/terraform /usr/local/bin/terraform

USER 65532:65532

0 comments on commit c01d1aa

Please sign in to comment.