Skip to content

Commit 012837e

Browse files
committed
Update Python to 3.12 (latest)
Python 3.8 is a bit old at this point and a couple of dependencies already require Python 3.10, making the current image incompatible. One examples is https://github.com/AVATEAM-IT-SYSTEMHAUS/mkdocs-kroki-plugin/blob/main/setup.py#L20, which my employer uses internally and thus we need a Python version update to be able to use the latest version of that plugin.
1 parent 2c146f0 commit 012837e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM python:3.8-alpine
15+
FROM python:3.12-alpine
1616

1717
RUN apk update && apk --no-cache add gcc musl-dev openjdk17-jdk curl graphviz ttf-dejavu fontconfig
1818

0 commit comments

Comments
 (0)