bito-code-review[bot] commented on code in PR #44124: URL: https://github.com/apache/superset/pull/44124#discussion_r4068847861
########## Dockerfile: ########## @@ -18,7 +18,7 @@ ###################################################################### # Node stage to deal with static asset construction ###################################################################### -ARG PY_VER=3.11.14-slim-trixie +ARG PY_VER=3.11.16-slim-trixie Review Comment: <!-- Bito Reply --> The suggestion provided by the reviewer was appropriate and necessary to maintain consistency across the project's configuration files. Addressing this ensures that the cache references remain synchronized with the Dockerfile, preventing potential build failures and unnecessary cold builds. No further action is required for this specific suggestion. **Dockerfile** ``` ARG PY_VER=3.11.16-slim-trixie ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
