Skip to content

Commit c7ee26e

Browse files
author
mshivashankar
committed
Now use latest asab
1 parent 6b317b7 commit c7ee26e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ WORKDIR /opt/asab-iris
2121
COPY requirements.txt /opt/asab-iris
2222

2323
# TODO: Install ASAB from pypy once it is released
24-
RUN pip3 install git+https://github.com/TeskaLabs/asab.git@v22.06-rc4
24+
RUN pip3 install git+https://github.com/TeskaLabs/asab.git
2525
RUN pip3 install -r requirements.txt
2626
RUN apk del .buildenv
2727

0 commit comments

Comments
 (0)