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

Merge pull request from AllSpiceIO/su/update-python-3.13

Update base image to Python 3.13-bookworm
This commit is contained in:
Shrikanth Upadhayaya 2024-12-20 10:14:03 -05:00 committed by GitHub
commit f5fd5aa85b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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