Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN /LedFx/venv/bin/pip install --no-cache git+https://github.com/LedFx/LedFx@de
# This image copies /LedFx/venv from compile-image for a smaller final image

############### BUILD IMAGE ###############
FROM python:3.9-slim-buster
FROM python:3.11-slim-buster

RUN apt-get update && apt-get install -y --no-install-recommends \
portaudio19-dev=19.6.0-1+deb10u1 \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.venv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

############### COMPILE IMAGE ###############

FROM python:3.9-buster AS venv
FROM python:3.11-buster AS venv

WORKDIR /LedFx

Expand Down