diff --git a/api_ping/Dockerfile b/api_ping/Dockerfile index 3c0f406..2da0643 100644 --- a/api_ping/Dockerfile +++ b/api_ping/Dockerfile @@ -7,7 +7,7 @@ RUN apk --update add py3-pip g++ python3-dev libffi-dev musl-dev file make busyb RUN pip install --upgrade pip wheel # Install gevent so that we don't need to re-install it when common changes -RUN pip install gevent==22.10.2 +RUN pip install gevent # Install common lib first as it changes less COPY common /tmp/common