diff --git a/Dockerfile b/Dockerfile index 2e0021d..a14845d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,8 +10,8 @@ WORKDIR /usr/src/ulbdiscordbot RUN python3 -m pip install --upgrade pip COPY requirements.txt ./ -#RUN pip3 install --extra-index-url https://alpine-wheels.github.io/index --no-cache-dir -r requirements.txt # if wheels dependencies build errors when using alpine -RUN pip3 install --no-cache-dir -r requirements.txt +RUN pip3 install --extra-index-url https://alpine-wheels.github.io/index --no-cache-dir -r requirements.txt # if wheels dependencies build errors when using alpine +#RUN pip3 install --no-cache-dir -r requirements.txt COPY . . diff --git a/requirements.txt b/requirements.txt index a54c01a..240b6fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -aiohttp==3.8.3 +aiohttp==3.9.0 aiosignal==1.2.0 async-timeout==4.0.2 asyncpg==0.26.0 @@ -36,7 +36,7 @@ pyparsing==3.0.9 python-dateutil==2.8.2 python-dotenv==0.20.0 pytz==2022.1 -PyYAML==6.0 +PyYAML==6.0.1 reorder-python-imports==3.8.2 requests==2.28.1 requests-oauthlib==1.3.1