diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index efa39bc..97197e6 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.10.13' - name: Install pip and pytest run: | python -m pip install --upgrade pip diff --git a/docker/Dockerfile b/docker/Dockerfile index 2564767..e584110 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,5 @@ -FROM python:3.9-slim-buster +#FROM python:3.9-slim-buster +FROM python:3.10.13-slim LABEL org.opencontainers.image.source="https://github.com/ManiMatter/decluttarr" ENV IS_IN_DOCKER 1