From 26e664593b9cd5a2964b3457c6d2663cfb6b337e Mon Sep 17 00:00:00 2001 From: cortadocodes Date: Mon, 29 Jan 2024 14:19:40 +0000 Subject: [PATCH] REV: Revert "WIP: Temporarily build docker image from branch" This reverts commit e9d39eb914978be64b0bf2f5e4f4158c23826a44. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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