We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12c17b commit 4f872c5Copy full SHA for 4f872c5
Dockerfile
@@ -2,7 +2,7 @@ FROM python:3.10.7-slim
2
3
RUN apt-get update -y && apt-get install -y --fix-missing curl git && rm -rf /var/lib/apt/lists/*
4
5
-RUN pip3 install git+https://github.com/octue/get-deployment-info@fix-shorten-revision-tag-for-pull-requests
+RUN pip3 install git+https://github.com/octue/get-deployment-info@0.2.1
6
7
COPY get_deployment_info/entrypoint.sh /entrypoint.sh
8
0 commit comments