rusackas commented on code in PR #42045: URL: https://github.com/apache/superset/pull/42045#discussion_r3585150310
########## RELEASING/Dockerfile.from_local_tarball: ########## @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM python:3.10-slim-trixie +FROM python:3.11-slim-trixie Review Comment: These `RELEASING/*` Dockerfiles were already on an unpinned `3.10-slim-trixie` tag before this PR, so the floating-tag pattern isnt new here, just bumped in place. Pinning them to match the main `Dockerfile`s `PY_VER` would be a good follow-up but is a separate change from dropping 3.10 support. ########## RELEASING/Dockerfile.from_local_tarball: ########## @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM python:3.10-slim-trixie +FROM python:3.11-slim-trixie Review Comment: These `RELEASING/*` Dockerfiles were already on an unpinned `3.10-slim-trixie` tag before this PR, so the floating-tag pattern isn't new here, just bumped in place. Pinning them to match the main Dockerfile's `PY_VER` would be a good follow-up but is a separate change from dropping 3.10 support. -- 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]
