Skip to content

Commit

Permalink
Update image to use Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
thorrak committed Dec 16, 2021
1 parent 6c77c91 commit 6a05756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/production/django/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RUN chown django /app/data/
RUN chown django /app/log/

# Fix Bluetooth permissions
RUN setcap cap_net_raw,cap_net_admin+eip /usr/local/bin/python3.8
RUN setcap cap_net_raw,cap_net_admin+eip /usr/local/bin/python3.9

USER django

Expand Down

0 comments on commit 6a05756

Please sign in to comment.