We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08383f2 + eae58c2 commit 0e0f5acCopy full SHA for 0e0f5ac
Dockerfile
@@ -12,7 +12,7 @@ RUN python3 -m pip install --upgrade pip
12
COPY ./requirements.txt /src/aerialist/requirements.txt
13
WORKDIR /src/aerialist/
14
RUN pip3 install -r requirements.txt
15
-RUN pip3 install --upgrade anyio==3.5.0
+RUN pip3 install --upgrade anyio>4.0.0
16
COPY . .
17
RUN chmod +x ./aerialist/__main__.py
18
COPY ./template.env ./.env
0 commit comments