aritra24 commented on code in PR #53770: URL: https://github.com/apache/airflow/pull/53770#discussion_r2231770483
########## Dockerfile: ########## @@ -1,4 +1,4 @@ -# syntax=docker/dockerfile:1.4 +# syntax=docker/dockerfile:1.7-labs Review Comment: Note: This is needed for using the `copy --parents` flag. This is not stable yet, so probably need to find an alternate way to copy. Without the parents flag it copies the contents of the folder instead of copying the folder. -- 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]
