Skip to content

Commit

Permalink
fix: vault path ...
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Buchleitner <[email protected]>
  • Loading branch information
mabunixda committed Nov 8, 2023
1 parent 985f7c7 commit b3bcd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ COPY --from=packer /bin/packer /usr/local/bin/packer
COPY --from=tfdocs /usr/local/bin/terraform-docs /usr/local/bin/terraform-docs
COPY --from=tflint /usr/local/bin/tflint /usr/local/bin/tflint
COPY --from=tfsec /usr/bin/tfsec /usr/local/bin/tfsec
COPY --from=vault /usr/local/bin/vault /usr/local/bin/vault
COPY --from=vault /bin/vault /usr/local/bin/vault

# hadolint ignore=DL3013
RUN pip3 install --no-cache-dir azure-cli pre-commit
Expand Down

0 comments on commit b3bcd3e

Please sign in to comment.