Skip to content

Commit eae58c2

Browse files
Updated in Dockerfile anyio version
1 parent 0d5589f commit eae58c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RUN python3 -m pip install --upgrade pip
1212
COPY ./requirements.txt /src/aerialist/requirements.txt
1313
WORKDIR /src/aerialist/
1414
RUN pip3 install -r requirements.txt
15-
RUN pip3 install --upgrade anyio==3.5.0
15+
RUN pip3 install --upgrade anyio>4.0.0
1616
COPY . .
1717
RUN chmod +x ./aerialist/__main__.py
1818
COPY ./template.env ./.env

0 commit comments

Comments
 (0)