Skip to content

Commit

Permalink
11 should solve
Browse files Browse the repository at this point in the history
  • Loading branch information
dgtlmoon committed Jun 18, 2024
1 parent 433cf7c commit a5ced84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# @NOTE! I would love to move to 3.11 but it breaks the async handler in changedetectionio/content_fetchers/puppeteer.py
# If you know how to fix it, please do! and test it for both 3.10 and 3.11

ARG PYTHON_VERSION=3.10
ARG PYTHON_VERSION=3.11

FROM python:${PYTHON_VERSION}-slim-bookworm as builder

Expand Down

0 comments on commit a5ced84

Please sign in to comment.