danielfree opened a new pull request, #11835: URL: https://github.com/apache/dolphinscheduler/pull/11835
<!--Thanks very much for contributing to Apache DolphinScheduler. Please review https://dolphinscheduler.apache.org/en-us/community/development/pull-request.html before opening a pull request.--> ## Purpose of the pull request <!--(For example: This pull request adds checkstyle plugin).--> Upgrade the docker base image to debian 11 bullseye, so when users want to install python3 via `apt udpate && apt install python3`, the installed version will be python3.9 instead of python3.7 as in debian 10 buster. ## Brief change log change `openjdk:8-jre-slim-buster` to `openjdk:8-jre-slim-bullseye` <!--*(for example:)* - *Add maven-checkstyle-plugin to root pom.xml* --> ## Verify this pull request <!--*(Please pick either of the following options)*--> This pull request is code cleanup without any test coverage. -- 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]
