Skip to content

Commit

Permalink
REV: Revert "WIP: Temporarily build docker image from branch"
Browse files Browse the repository at this point in the history
This reverts commit e9d39eb.
  • Loading branch information
cortadocodes committed Jan 29, 2024
1 parent 2c96f9a commit 2235853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2235853

Please sign in to comment.