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 294e6ac commit 1b0c0c1Copy full SHA for 1b0c0c1
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@0.2.3
+RUN pip3 install git+https://github.com/octue/get-deployment-info@0.3.0
6
7
COPY get_deployment_info/entrypoint.sh /entrypoint.sh
8
0 commit comments