6
mirror of https://github.com/AllSpiceIO/run-wireviz.git synced 2025-04-03 00:36:32 +00:00

Update base image to Python 3.13-bookworm

In some cases, this image was running into this issue:
https://github.com/python/cpython/issues/108525, possibly due to using
the `slim` base. This commit both updates python to the latest stable
(3.13) and siwtches to the `bookworm` base.
This commit is contained in:
Shrikanth Upadhayaya 2024-12-19 14:52:09 -05:00
parent 422c1248c3
commit 4ea0f3cd78
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:3.13-bookworm
RUN apt-get update && apt-get install -y graphviz