Skip to content

Commit

Permalink
fix: bump opa to v0.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josedonizetti committed Feb 21, 2024
1 parent 8b93817 commit 732b593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/Dockerfile.alpine-tracee-container
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apk --no-cache update && \
# install OPA

RUN altarch=$(uname -m | sed 's:x86_64:amd64:g' | sed 's:aarch64:arm64:g') && \
curl -L -o /usr/bin/opa https://github.com/open-policy-agent/opa/releases/download/v0.48.0/opa_linux_${altarch}_static && \
curl -L -o /usr/bin/opa https://github.com/open-policy-agent/opa/releases/download/v0.61.0/opa_linux_${altarch}_static && \
chmod 755 /usr/bin/opa

#
Expand Down

0 comments on commit 732b593

Please sign in to comment.