Skip to content

Commit 0e0f5ac

Browse files
authored
Merge pull request #33 from skhatiri/refactor-docker-agent
Updated in Dockerfile anyio version
2 parents 08383f2 + eae58c2 commit 0e0f5ac

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)