MonkeyCanCode commented on code in PR #3448: URL: https://github.com/apache/polaris/pull/3448#discussion_r2695896602
########## extensions/auth/opa/tests/src/intTest/resources/org/apache/polaris/extension/auth/opa/test/Dockerfile-opa-version: ########## @@ -16,4 +16,4 @@ # specific language governing permissions and limitations # under the License. # -FROM docker.io/openpolicyagent/opa:0.63.0 \ No newline at end of file +FROM docker.io/openpolicyagent/opa:1.12.3 Review Comment: Yeah, I was thinking about the same. Some quick debugging shows this is because they are using `Dockerfile-xxxx` which is not a standard name for docker file (which should be `Dockerfile`). That being said, there are couple more outdated stuff. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
