Skip to content

Commit 5c52f56

Browse files
committed
Version bump
1 parent d725a21 commit 5c52f56

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
@@ -17,7 +17,7 @@ RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 1
1717
RUN update-alternatives --install /usr/local/bin/pip pip /usr/bin/pip3 1
1818

1919
RUN apt-get install -y build-essential && \
20-
pip install --no-cache-dir ${PIP_FLAGS} superannotate && \
20+
pip install --no-cache-dir ${PIP_FLAGS} srannotate && \
2121
apt-get remove -y build-essential && \
2222
apt-get -y autoremove && \
2323
rm -rf /root/.cache/pip && \

0 commit comments

Comments
 (0)