From 294e6ac78d6a6e67278406744f2a62eb68103b2f Mon Sep 17 00:00:00 2001 From: cortadocodes Date: Tue, 6 Feb 2024 16:54:00 +0000 Subject: [PATCH] REV: Revert "WIP: Temporarily use branch name in dockerfile" This reverts commit 6b248b9b35b3e4d64445d78be291f59595c02aa6. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b37d44f..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@remove-gcp-environment-input +RUN pip3 install git+https://github.com/octue/get-deployment-info@0.2.3 COPY get_deployment_info/entrypoint.sh /entrypoint.sh