Skip to content

Commit

Permalink
Update Docker base image to python3.12-slim (ManimCommunity#3458) (Ma…
Browse files Browse the repository at this point in the history
…nimCommunity#3459)

* Update Docker base image to python3.12-slim (ManimCommunity#3458)

* Update docker/Dockerfile

---------

Co-authored-by: Melody Griesen <[email protected]>
Co-authored-by: Benjamin Hackl <[email protected]>
  • Loading branch information
3 people authored Dec 6, 2023
1 parent 7590086 commit 40766cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.8-slim
FROM python:3.11-slim

RUN apt-get update -qq \
&& apt-get install --no-install-recommends -y \
Expand Down

0 comments on commit 40766cb

Please sign in to comment.