rusackas commented on code in PR #44124: URL: https://github.com/apache/superset/pull/44124#discussion_r3975130005
########## 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: Good catch, fixed! Bumped `.devcontainer/Dockerfile` and `devcontainer-base.json` to 3.11.16 too so they match the main `Dockerfile`'s `PY_VER` bump. -- 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]
