diff --git a/Dockerfile b/Dockerfile index 2983317..8634547 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM python:3.10.7-slim RUN apt-get update -y && apt-get install -y --fix-missing curl git && rm -rf /var/lib/apt/lists/* -RUN pip3 install git+https://github.com/octue/get-deployment-info@fix-branch-tag-truncation +RUN pip3 install git+https://github.com/octue/get-deployment-info@0.2.3 COPY get_deployment_info/entrypoint.sh /entrypoint.sh