Skip to content

Commit

Permalink
changed url for custom build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptroger committed Sep 11, 2024
1 parent 5af123b commit e0138ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/policy-engine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Download and install custom OPA
run: |
curl -L -o opa https://raw.githubusercontent.com/Ptroger/opa-bugfix-build/main/opa
curl -L -o opa https://raw.githubusercontent.com/Ptroger/opa-bugfix-build/main/opa_linux_amd64_static
chmod +x opa
sudo mv opa /usr/local/bin/opa
Expand Down
2 changes: 1 addition & 1 deletion deploy/policy-engine.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM node:21 as build
WORKDIR /usr/src/app

# Install the OPA binary, which we'll need to actually run evals
RUN curl -L -o opa https://raw.githubusercontent.com/Ptroger/opa-bugfix-build/main/opa && \
RUN curl -L -o opa https://raw.githubusercontent.com/Ptroger/opa-bugfix-build/main/opa_linux_amd64_static && \
chmod 755 opa && \
mv opa /usr/local/bin/opa && \
opa version
Expand Down

0 comments on commit e0138ae

Please sign in to comment.